Skip to content

Commit c688183

Browse files
committed
ci: simplify changeset title error message; remove test changeset
1 parent 60f4303 commit c688183

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.changeset/test-release-alignment-ci.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/verify-changeset-release-alignment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Changeset in PR but title will not trigger Release
3131
if: steps.filter.outputs.changeset_md == 'true' && env.TITLE_TRIGGERS_RELEASE != 'true'
3232
run: |
33-
echo "::error title=Changeset / release title mismatch::This PR changes .changeset/*.md but the squash-merge title will not trigger Release. Use fix:, fix!:, feat:, or feat!: (not fix(hooks):). More info: https://github.com/asyncapi/generator/blob/master/Development.md#release-process"
33+
echo "::error title=Changeset / release title mismatch::This PR changes .changeset/*.md but the squash-merge title will not trigger Release. Use fix:, fix!:, feat:, or feat!: at the start of the title. More info: https://github.com/asyncapi/generator/blob/master/Development.md#release-process"
3434
exit 1
3535
3636
- name: Release title but no changeset in PR

0 commit comments

Comments
 (0)