File tree Expand file tree Collapse file tree 2 files changed +16
-13
lines changed
Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - uses : actions/checkout@v4
42- with :
43- fetch-depth : 0
44- ref : master
42+ # with:
43+ # fetch-depth: 0
44+ # ref: master
4545
4646 - uses : actions/setup-node@v4
4747 with :
@@ -50,16 +50,16 @@ jobs:
5050
5151 - run : npm ci
5252
53- - name : Move [Unreleased] to new version in CHANGELOG
54- run : |
55- VERSION="${GITHUB_REF##*/}"
56- DATE=$(date +%Y-*m-%d)
57- sed -i.bak "0,/## \[Unreleased\]/s//## [Unreleased]\n\n## [${VERSION}] - ${DATE}/" CHANGELOG.md
58- rm CHANGELOG.md.bak
59- git config user.name "github-actions"
60- git config user.email "github-actions@github.com"
61- git commit -am "chore: update CHANGELOG for ${VERSION}"
62- git push
53+ # - name: Move [Unreleased] to new version in CHANGELOG
54+ # run: |
55+ # VERSION="${GITHUB_REF##*/}"
56+ # DATE=$(date +%Y-*m-%d)
57+ # sed -i.bak "0,/## \[Unreleased\]/s//## [Unreleased]\n\n## [${VERSION}] - ${DATE}/" CHANGELOG.md
58+ # rm CHANGELOG.md.bak
59+ # git config user.name "github-actions"
60+ # git config user.email "github-actions@github.com"
61+ # git commit -am "chore: update CHANGELOG for ${VERSION}"
62+ # git push
6363
6464 - name : Github Release
6565 uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+
6+ ## [ v0.1.2] - 2025-05-04
7+
58- Extension settings
69 - Added setting ` rustdocstring.includeExamples `
710 - Added setting ` rustdocstring.examplesOnlyForPublicOrExtern `
You can’t perform that action at this time.
0 commit comments