Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release workflow #8

Merged
merged 5 commits into from Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -7,13 +7,14 @@ on:

jobs:
release:
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Release
uses: yyx990803/release-tag@master
uses: carlito767/release-tag@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
7 changes: 2 additions & 5 deletions .vscode/tasks.json
Expand Up @@ -3,11 +3,8 @@
"tasks": [
{
"label": "🚀 Release",
"command": "pnpm",
"args": [
"run",
"release",
]
"type": "shell",
"command": "pnpm run release && git push --follow-tags origin main",
}
]
}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,10 +3,10 @@
"version": "1.0.0-alpha.0",
"private": true,
"scripts": {
"release": "standard-version"
"release": "commit-and-tag-version"
},
"devDependencies": {
"@commitlint/config-conventional": "16.2.1",
"standard-version": "9.3.2"
"commit-and-tag-version": "12.0.0"
}
}
171 changes: 109 additions & 62 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.