chore: Remove some parts of sparse changelog.

ASdkjasdjkasd
This commit is contained in:
greysoh 2024-05-05 18:57:13 -04:00
parent 28e2e41861
commit fd24cfe34c
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571

View file

@ -42,11 +42,7 @@ jobs:
id: get_prev_version id: get_prev_version
run: echo "version=$(git describe --abbrev=0 --tags "$(git describe --abbrev=0 --tags)~") >> $GITHUB_OUTPUT" run: echo "version=$(git describe --abbrev=0 --tags "$(git describe --abbrev=0 --tags)~") >> $GITHUB_OUTPUT"
# FIXME FIXME FIXME: this could probably be sparser, but I wanna be on the safe side - name: Make sparse changelog (1/2)
- name: Make sparse changelog (1/3)
run: mv CHANGELOG.md TEMP_CHANGELOG.md && exit 0
- name: Make sparse changelog (2/3)
uses: heinrichreimer/github-changelog-generator-action@v2.1.1 uses: heinrichreimer/github-changelog-generator-action@v2.1.1
with: with:
token: '${{secrets.GITHUB_TOKEN}}' token: '${{secrets.GITHUB_TOKEN}}'
@ -58,10 +54,9 @@ jobs:
addSections: >- addSections: >-
{"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}} {"documentation":{"prefix":"**Documentation:**","labels":["documentation"]}}
- name: Make sparse changelog (3/3) - name: Make sparse changelog (2/2)
run: | run: |
mv CHANGELOG.md SPARSE_CHANGELOG.md mv CHANGELOG.md SPARSE_CHANGELOG.md
mv TEMP_CHANGELOG.md CHANGELOG.md
- name: Make full changelog - name: Make full changelog
uses: heinrichreimer/github-changelog-generator-action@v2.1.1 uses: heinrichreimer/github-changelog-generator-action@v2.1.1