Skip to content

Commit fd30c94

Browse files
committed
Release v0.1.2
1 parent 0d4aeb7 commit fd30c94

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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`

0 commit comments

Comments
 (0)