do not have any commits, just PRs in the autochangelog instead of the 4 commits appended by default

This commit is contained in:
Ulf Gebhardt 2022-02-15 23:29:16 +01:00
parent 537de49498
commit 149a5cd933
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
2 changed files with 2 additions and 2 deletions

View File

@ -305,7 +305,7 @@ jobs:
- name: yarn install - name: yarn install
run: yarn install run: yarn install
- name: generate changelog - name: generate changelog
run: yarn auto-changelog --latest-version ${{ env.VERSION }} --unreleased-only run: yarn auto-changelog --commit-limit 0 --latest-version ${{ env.VERSION }} --unreleased-only
- name: package-version-to-git-release - name: package-version-to-git-release
continue-on-error: true # Will fail if tag exists continue-on-error: true # Will fail if tag exists
id: create_release id: create_release

View File

@ -29,4 +29,4 @@ yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version ${
# generate changelog # generate changelog
cd ${PROJECT_DIR} cd ${PROJECT_DIR}
auto-changelog --latest-version ${VERSION} auto-changelog --commit-limit 0 --latest-version ${VERSION}