-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Open
Description
Web hook events during a release:
- refs/tags/v0.155.1 HTTP 200, but body says that “The push event is not for the default branch”
- refs/heads/master HTTP 401 Unauthorised
- refs/heads/stable HTTP 200, but body says that “The push event is not for the default branch”
So, in the above,
- Is in the release branch (e.g.
release-0.155.1) - Merges the release branch to master (the last commit here is not the release tag).
- Is the force push of the release tag to the stable branch.
See
Line 202 in de0c9f3
| if grep -q 'Suffix:\s*""' common/hugo/version_current.go; then |
Back when @anthonyfok managed this setup, he asked me to create the stable branch to trigger releases. That obviously does not work any more, and even if we fixed the HTTP 401 Unauthorised above, that commit is not the release commit.
I have tried what I can think of on the Snapcraft side of it, including removing and recreating the Snapcraft app/hook.
I have tried to get into the Snapcraft forum for a while, I'm still waiting on approval. This needs some input from ther Canonical/Snapcraft side.
Reactions are currently unavailable