Skip to content

Commit ba9d1ac

Browse files
committed
chore: Rename Changelog to CHANGELOG.md
In hope vscode will show it when visiting extension notes
1 parent b6253be commit ba9d1ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.codespellrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[codespell]
2-
skip = Changelog
2+
skip = CHANGELOG.md

Changelog CHANGELOG.md

File renamed without changes.

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export NEW_VERSION=1.0.0
3737
- Make sure Github Actions CI is green
3838
- Optional: To get a version compatible with semver, run `git cliff --bump`
3939
- 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"
4242
- npm install && npm run compile && npm prune --production && vsce package
4343
- git tag -a v${NEW_VERSION} -m "v${NEW_VERSION}" && git push && git push --tags
4444
- Go to https://marketplace.visualstudio.com/manage/publishers/sergiokdab and upload the *.vsix file

0 commit comments

Comments
 (0)