-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit 796ab1c.
- Loading branch information
Showing
1 changed file
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 }} |