Skip to content

Commit

Permalink
ci: revert skip azp on release please commits (#338) (#341)
Browse files Browse the repository at this point in the history
This reverts commit 796ab1c.
  • Loading branch information
jooola authored Sep 28, 2023
1 parent 796ab1c commit 8c49c47
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
release-type: simple
package-name: hetzner.hcloud

# Skip Azure pipeline for release-please commits
pull-request-title-pattern: |-
chore${scope}: release${component} ${version}
[skip azp]
# We use antsibull-changelog for the actual user-facing changelog.
changelog-path: changelogs/dev-changelog.md

Expand Down Expand Up @@ -77,8 +72,6 @@ jobs:
git config user.email "[email protected]"
git add changelogs/ CHANGELOG.rst
git commit \
-m "chore(main): changelog for version ${{ needs.release-please.outputs.version }}" \
-m "[skip azp]"
git commit -m "chore(main): changelog for version ${{ needs.release-please.outputs.version }}"
git push origin ${{ needs.release-please.outputs.branch }}

0 comments on commit 8c49c47

Please sign in to comment.