Skip to content

Commit dc2ff64

Browse files
committed
refactor: use next release as release commit message
Signed-off-by: braks <[email protected]>
1 parent 51e7f38 commit dc2ff64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
uses: changesets/action@v1
4949
with:
5050
version: pnpm ci:version
51-
commit: "chore: bump versions"
52-
title: "chore: bump versions"
51+
commit: "chore: next release"
52+
title: "chore: next release"
5353
# manual publish currently
5454
# publish: pnpm ci:publish
5555
env:

0 commit comments

Comments
 (0)