Skip to content

Commit cf7917e

Browse files
committed
chore: update sheep/release-tag
1 parent 5967e16 commit cf7917e

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.github/workflows/release-notes.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@master
1515
with:
16-
fetch-depth: 0
16+
fetch-depth: 0 # Fetch all tags
1717

1818
- name: Create Release for Tag
1919
id: release_tag
20-
uses: Akryum/release-tag@conventional
20+
uses: Akryum/release-tag@v4.0.7
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:
2424
tag_name: ${{ github.ref }}
25-
preset: angular

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"release": "pnpm run build && pnpm run test && sheep release -b v4"
1212
},
1313
"devDependencies": {
14-
"@akryum/sheep": "^0.3.3",
14+
"@akryum/sheep": "^0.5.0",
1515
"@typescript-eslint/eslint-plugin": "^4.33.0",
1616
"@typescript-eslint/parser": "^4.33.0",
1717
"@vue/eslint-config-standard": "^6.1.0",

pnpm-lock.yaml

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)