Skip to content

fix(changelog): add CI-only trailing newline for prepend #26

fix(changelog): add CI-only trailing newline for prepend

fix(changelog): add CI-only trailing newline for prepend #26

Workflow file for this run

name: Release
on:
push:
branches:
- main
- master
paths-ignore:
- "**.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
packages: write
pull-requests: read
statuses: read
jobs:
release:
uses: ./.github/workflows/release.yml
secrets:
checkout-token: ${{ secrets.BOT_REPO_TOKEN }}
with:
version-makefile: Makefile
git-add-files: Makefile
git-user-name: getdevopspro-cibot
git-user-email: 203600057+getdevopspro-cibot@users.noreply.github.com
make-target-pre-push: release-version
changelog-enabled: true
update-release-enabled: true