chore: update sheep/release-tag
This commit is contained in:
@@ -13,13 +13,12 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
fetch-depth: 0
|
||||
fetch-depth: 0 # Fetch all tags
|
||||
|
||||
- name: Create Release for Tag
|
||||
id: release_tag
|
||||
uses: Akryum/release-tag@conventional
|
||||
uses: Akryum/release-tag@v4.0.7
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
preset: angular
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
"release": "pnpm run build && pnpm run test && sheep release -b v4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@akryum/sheep": "^0.3.3",
|
||||
"@akryum/sheep": "^0.5.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"@vue/eslint-config-standard": "^6.1.0",
|
||||
|
||||
Generated
+4
-6
@@ -11,8 +11,8 @@ importers:
|
||||
.:
|
||||
devDependencies:
|
||||
'@akryum/sheep':
|
||||
specifier: ^0.3.3
|
||||
version: 0.3.3
|
||||
specifier: ^0.5.0
|
||||
version: 0.5.0
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^4.33.0
|
||||
version: 4.33.0(@typescript-eslint/parser@4.33.0)(eslint@7.32.0)(typescript@4.9.5)
|
||||
@@ -479,11 +479,9 @@ packages:
|
||||
js-message: 1.0.7
|
||||
dev: true
|
||||
|
||||
/@akryum/sheep@0.3.3:
|
||||
resolution: {integrity: sha512-Nt+EsDI3wjECeCv864b5CQFLp7g99UDD15vlfNavFBE9C0jbSD/KrBN+JagXE4TmjBjIT7cq0d6cVJS1Rvl7xA==}
|
||||
/@akryum/sheep@0.5.0:
|
||||
resolution: {integrity: sha512-VcJqPUpeAtjiUwuSuwZSkl09LUpcsk7PKgGy4EUMoAM3St05hkT+PaBnQxgBgsJIDl6PfWfq3xRhPxkL0h1REA==}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
conventional-changelog-cli: 2.2.2
|
||||
dev: true
|
||||
|
||||
/@algolia/autocomplete-core@1.7.4:
|
||||
|
||||
Reference in New Issue
Block a user