File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[codespell]
2
- skip = Changelog
2
+ skip = CHANGELOG.md
File renamed without changes.
Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ export NEW_VERSION=1.0.0
37
37
- Make sure Github Actions CI is green
38
38
- Optional: To get a version compatible with semver, run ` git cliff --bump `
39
39
- Increase version in package.json and package-lock.json.
40
- - git cliff --tag ${NEW_VERSION} > Changelog
41
- - git add Changelog package.json package-lock.json && git commit -m "chore: bump version"
40
+ - git cliff --tag ${NEW_VERSION} > CHANGELOG.md
41
+ - git add CHANGELOG.md package.json package-lock.json && git commit -m "chore: bump version"
42
42
- npm install && npm run compile && npm prune --production && vsce package
43
43
- git tag -a v${NEW_VERSION} -m "v${NEW_VERSION}" && git push && git push --tags
44
44
- Go to https://marketplace.visualstudio.com/manage/publishers/sergiokdab and upload the * .vsix file
You can’t perform that action at this time.
0 commit comments