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.
2 parents 2763b9d + 1629f81 commit c072244Copy full SHA for c072244
.github/workflows/versioning-workflow.yml
@@ -15,4 +15,4 @@ jobs:
15
- name: Bump version with Priestine Semantics
16
env:
17
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
+ 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