File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ test-fixture/**
2020justfile
2121.npmrc
2222* .vsix
23+ vitest.config.mts
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.3.0]
4+
5+ - Restore the code rendering style when the Esc key is pressed [ #5 ] ( https://github.com/char8x/vscode-code-dimmer/pull/5 )
6+ - Add test cases [ #6 ] ( https://github.com/char8x/vscode-code-dimmer/pull/6 )
7+ - Rename config settings and identifiers from codeFader to codeDimmer [ #7 ] ( https://github.com/char8x/vscode-code-dimmer/pull/7 )
8+ - Update justfile [ #8 ] ( https://github.com/char8x/vscode-code-dimmer/pull/8 )
9+ - Bump version to 0.3.0 [ #9 ] ( https://github.com/char8x/vscode-code-dimmer/pull/9 )
10+
11+ ## [ 0.2.0]
12+
13+ - Rename extension
14+ - Add license
15+ - Refine documentation materials and instructions
16+ - Ignore media files for publish
17+
318## [ 0.1.0]
419
520- Initial release
Original file line number Diff line number Diff line change @@ -18,12 +18,11 @@ prepare version:
1818 git commit -m " chore: bump version to {{ version}} "
1919 git push origin " release/v{{ version}} "
2020
21+ test-release version :
22+ vsce package -o {{ extension_name}} -v{{ version}} .vsix
23+
2124release version :
22- git checkout main
23- git pull origin main
2425 git tag -a " v{{ version}} " -m " Release v{{ version}} "
2526 git push origin " v{{ version}} "
26- vsce package -o {{ extension_name}} -v{{ version}} .vsix
27- gh release create v{{ version}} ./ {{ extension_name}} -v{{ version}} .vsix --generate-notes --notes-file CHANGELOG.md
27+ gh release create v{{ version}} ./ {{ extension_name}} -v{{ version}} .vsix --generate-notes
2828 vsce publish {{ version}}
29-
You can’t perform that action at this time.
0 commit comments