Commit 028edc7 1 parent 9bee03e commit 028edc7 Copy full SHA for 028edc7
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
- label : git pull
22
22
- label : ' `npm install --include=dev && npm update`'
23
23
- label : ' `cp js/config/config.dist.ts js/config/config.ts`'
24
- - label : change the version number in `package.json` and `js/browser/init .json` to the new release
24
+ - label : change the version number in `package.json` and `js/config/initialView/* .json` to the new release
25
25
- type : checkboxes
26
26
id : dependencies
27
27
attributes :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Our releases have the form YY.MM with a corresponding milestone and git tag.
10
10
- [ ] git pull
11
11
- [ ] ` npm install --include=dev && npm update `
12
12
- [ ] ` cp js/config/config.dist.ts js/config/config.ts `
13
- - [ ] change the version number in ` package.json ` and ` js/browser/init .json ` to the new release
13
+ - [ ] change the version number in ` package.json ` and ` js/config/initialView/* .json ` to the new release
14
14
15
15
### Upgrade major dependency versions
16
16
You can’t perform that action at this time.
0 commit comments