We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed9bc4 commit ba5aa43Copy full SHA for ba5aa43
2 files changed
.github/workflows/deployment.yaml
@@ -68,7 +68,7 @@ jobs:
68
id: changesets
69
with:
70
version: pnpm run version
71
- commit: "chore: release"
+ commit: "[ci] release"
72
title: "[ci] release"
73
env:
74
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token}}
@@ -79,7 +79,7 @@ jobs:
79
run: |
80
git checkout changeset-release/main
81
VERSION=$(node -p "require('./src/package.json').version")
82
- git commit --amend -m "chore(release): publish v$VERSION" --no-edit
+ git commit --amend -m "[ci] release v$VERSION" --no-edit
83
git push origin changeset-release/main:changeset-release/main --force
84
85
image-tag:
.gitignore
@@ -93,6 +93,7 @@ out
93
# Nuxt.js build / generate output
94
.nuxt
95
dist
96
+.output
97
98
# Gatsby files
99
.cache/
0 commit comments