File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Rollbar.js CI
3
3
on :
4
4
push :
5
5
branches : [ master ]
6
+ tags : [ v* ]
6
7
pull_request :
7
8
branches : [ master ]
8
9
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ module.exports = function(grunt) {
190
190
} ,
191
191
// README travis link
192
192
{
193
- from : new RegExp ( '(https://travis-ci\.org /rollbar/rollbar\.js\.svg\\?branch=v)([0-9a-zA-Z.-]+)' ) ,
193
+ from : new RegExp ( '(https://github\\.com /rollbar/rollbar\\ .js/workflows/Rollbar\\.js%20CI/badge\ \.svg\\?branch=v)([0-9a-zA-Z.-]+)' ) ,
194
194
to : function ( match , index , fullText , captures ) {
195
195
captures [ 1 ] = pkg . version ;
196
196
return captures . join ( '' ) ;
Original file line number Diff line number Diff line change 1
1
# Rollbar.js
2
2
3
3
4
- [ ![ Build Status] ( https://travis-ci.org /rollbar/rollbar.js. svg?branch=v2.19.4 )] ( https://travis-ci.org/rollbar/rollbar.js )
4
+ ![ Build Status] ( https://github.com /rollbar/rollbar.js/workflows/Rollbar.js%20CI/badge. svg?branch=v2.19.4 )
5
5
[ ![ Code Quality: Javascript] ( https://img.shields.io/lgtm/grade/javascript/g/rollbar/rollbar.js.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/rollbar/rollbar.js/context:javascript )
6
6
[ ![ Total Alerts] ( https://img.shields.io/lgtm/alerts/g/rollbar/rollbar.js.svg?logo=lgtm&logoWidth=18 )] ( https://lgtm.com/projects/g/rollbar/rollbar.js/alerts )
7
7
@@ -15,7 +15,7 @@ Rollbar.js is the Javascript SDK for [Rollbar](https://rollbar.com). It support
15
15
## Usage and Reference
16
16
17
17
For complete usage instructions and configuration reference, see our [ Javascript SDK docs] ( https://docs.rollbar.com/docs/javascript ) .
18
-
18
+
19
19
## Release History & Changelog
20
20
21
21
See our [ Releases] ( https://github.com/rollbar/rollbar.js/releases ) page for a list of all releases, including changes.
You can’t perform that action at this time.
0 commit comments