Skip to content

Commit c072244

Browse files
author
Sergei Orlov
authored
Merge pull request #24 from priestine/priestine-patch-1
ci(versioning): disable writing to changelog
2 parents 2763b9d + 1629f81 commit c072244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/versioning-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
- name: Bump version with Priestine Semantics
1616
env:
1717
SEMANTICS_TOKEN: ${{ secrets.SEMANTICS_TOKEN }}
18-
run: npx @priestine/semantics --prefix=v --user=priestine --password=${SEMANTICS_TOKEN} --github-user-name=priestine --guthub-user-email=priestine1.dev@gmail.com
18+
run: npx @priestine/semantics --prefix=v --user=priestine --password=${SEMANTICS_TOKEN} --github-user-name=priestine --guthub-user-email=priestine1.dev@gmail.com --write-to-changelog=false

0 commit comments

Comments
 (0)