Skip to content

Commit 028edc7

Browse files
committed
docs: fix for new initial view path
1 parent 9bee03e commit 028edc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ body:
2121
- label: git pull
2222
- label: '`npm install --include=dev && npm update`'
2323
- 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
2525
- type: checkboxes
2626
id: dependencies
2727
attributes:

releasechecklist.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Our releases have the form YY.MM with a corresponding milestone and git tag.
1010
- [ ] git pull
1111
- [ ] `npm install --include=dev && npm update`
1212
- [ ] `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
1414

1515
### Upgrade major dependency versions
1616

0 commit comments

Comments
 (0)