Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: github automated release with semantic-release #369

Open
SgtPooki opened this issue Jun 8, 2023 · 1 comment
Open

fix: github automated release with semantic-release #369

SgtPooki opened this issue Jun 8, 2023 · 1 comment
Labels
effort/hours Estimated to take one or several hours kind/enhancement A net-new feature or improvement to an existing feature

Comments

@SgtPooki
Copy link
Member

SgtPooki commented Jun 8, 2023

Describe the bug
Last automated release failed: https://github.com/ipfs/ipld-explorer-components/actions/runs/5215020086/jobs/9412063229

@SgtPooki SgtPooki added the need/triage Needs initial labeling and prioritization label Jun 8, 2023
@whizzzkid
Copy link
Collaborator

@SgtPooki looks like the master branch is protected:

Error: Command failed with exit code 1: git push --tags https://github.com/ipfs/ipld-explorer-components.git HEAD:master
remote: error: GH006: Protected branch update failed for refs/heads/master.        
remote: error: Changes must be made through a pull request.        
To https://github.com/ipfs/ipld-explorer-components.git
 ! [remote rejected] HEAD -> master (protected branch hook declined)

There is an open issue, but I don't trust github team to resolve those anytime soon. I introduced release-pr to fix this in companion: https://github.com/ipfs/ipfs-companion/blob/main/.github/workflows/ci.yml#L96-L104

The relase pr can merge a tag to master.

@whizzzkid whizzzkid added kind/enhancement A net-new feature or improvement to an existing feature effort/hours Estimated to take one or several hours and removed need/triage Needs initial labeling and prioritization labels Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/hours Estimated to take one or several hours kind/enhancement A net-new feature or improvement to an existing feature
Projects
No open projects
Status: Needs Grooming
Development

No branches or pull requests

2 participants