labelle-org / labelle

Label printing software
Apache License 2.0
27 stars 4 forks source link

Fix permissions instructions #38

Closed maresb closed 3 months ago

maresb commented 3 months ago

This fixes the issue pointed out in https://github.com/labelle-org/labelle/issues/4#issuecomment-2083375488

maresb commented 3 months ago

@tomers, would you like to cut a patch release for this?

tomers commented 3 months ago

@maresb, I tried creating a new release, and failed: https://github.com/labelle-org/labelle/actions/runs/8914282659 I've also added a PR for capturing instructions on how to release, based on your comment in some other PR: https://github.com/labelle-org/labelle/pull/41

Please advise how to resolve the relase issue.

maresb commented 3 months ago

Hi @tomers, I think I see the issue. You tagged the release as 1.2.2, but the branch protection rules expect v1.2.2.

image

That corresponds to the error message:

image

You could try editing the release and changing the tag to v1.2.2, but I'm not sure that will trigger a new CI run. If you delete the release and delete the tag, you should be able to publish a new release.

Just in case you run into trouble with "Generate release notes" after deleting the current release, I've copied it below for safety:


This is mainly a maintenance relase, with no new-features.

What's Changed

Maintenance

Full Changelog: https://github.com/labelle-org/labelle/compare/v1.2.1...1.2.2