mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
do not have any commits, just PRs in the autochangelog instead of the 4 commits appended by default
This commit is contained in:
parent
537de49498
commit
149a5cd933
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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
|
||||||
|
|||||||
@ -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}
|
||||||
Loading…
x
Reference in New Issue
Block a user