From f11140e6d031c9e59a2ccfe521be18eeda0aba47 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Wed, 23 Oct 2024 22:56:13 -0400 Subject: [PATCH] options --- .github/workflows/release.yml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bfcda97..7b2b869 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,18 +42,23 @@ jobs: - name: Create bump and changelog uses: CSVD/commitizen-action@master with: - github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} changelog_increment_filename: body.md + check_consistency: true + commit: false + debug: true + github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} + prerelease: true + push: false - - uses: CSVD/gh-actions-checkout@v4 - - run: | - date > generated.txt - # Note: the following account information will not work on GHES - git config user.name "github-actions[bot]" - git config user.email "{user.id}+{user.login}@users.noreply.github.e.it.census.gov" - git add . - git commit -m "generated" - git push + # - uses: CSVD/gh-actions-checkout@v4 + # - run: | + # date > generated.txt + # # Note: the following account information will not work on GHES + # git config user.name "github-actions[bot]" + # git config user.email "{user.id}+{user.login}@users.noreply.github.e.it.census.gov" + # git add . + # git commit -m "generated" + # git push # - name: Push doc to Github Page # uses: peaceiris/actions-gh-pages@v4 # with: