Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit 2acd15d

Browse files
Update GitHub template files
1 parent e022581 commit 2acd15d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
id: changesets
6969
with:
7070
version: pnpm run version
71-
commit: "chore: release"
71+
commit: "[ci] release"
7272
title: "[ci] release"
7373
env:
7474
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token}}
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
git checkout changeset-release/main
8181
VERSION=$(node -p "require('./app/package.json').version")
82-
git commit --amend -m "chore(release): publish v$VERSION" --no-edit
82+
git commit --amend -m "[ci] release ${{ env.IMAGE_NAME }} v$VERSION" --no-edit
8383
git push origin changeset-release/main:changeset-release/main --force
8484
8585
image-tag:
@@ -191,7 +191,7 @@ jobs:
191191
- uses: ncipollo/release-action@v1
192192
id: create_release
193193
with:
194-
tag: ${{ env.IMAGE_NAME }}-docs@${{ needs.image-tag.outputs.IMAGE_TAG }}
194+
tag: ${{ env.IMAGE_NAME }}@${{ needs.image-tag.outputs.IMAGE_TAG }}
195195
makeLatest: true
196196
body: ${{ steps.extract-changelog.outputs.markdown }}
197197
skipIfReleaseExists: true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ out
9393
# Nuxt.js build / generate output
9494
.nuxt
9595
dist
96+
.output
9697

9798
# Gatsby files
9899
.cache/

0 commit comments

Comments
 (0)