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

Skip creating GIT tag if one already exists, enabling re-running of the action if a release creation fails #230

Merged
merged 5 commits into from Jan 5, 2023
Merged

Skip creating GIT tag if one already exists, enabling re-running of the action if a release creation fails #230

merged 5 commits into from Jan 5, 2023

Conversation

ghostwriter
Copy link
Contributor

Resolves #222

Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall good direction.

Just to note here that this will get us un-stuck if a tag is created, but a release isn't: we still have many such possible roadblocks with merge-up PRs, new release milestone creation and default tag switching.

Not sure if those are relevant for now: this one is a very good start already 💪

src/Git/CreateTagViaConsole.php Outdated Show resolved Hide resolved
src/Git/CreateTagViaConsole.php Outdated Show resolved Hide resolved
src/Git/CreateTagViaConsole.php Outdated Show resolved Hide resolved
src/Git/CreateTagViaConsole.php Outdated Show resolved Hide resolved
src/Git/HasTag.php Outdated Show resolved Hide resolved
src/Git/HasTagViaConsole.php Outdated Show resolved Hide resolved
src/Git/HasTagViaConsole.php Outdated Show resolved Hide resolved
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
@Ocramius Ocramius added this to the 1.24.0 milestone Jan 5, 2023
@Ocramius Ocramius self-assigned this Jan 5, 2023
Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ghostwriter!

@Ocramius Ocramius merged commit 12dde9b into laminas:1.24.x Jan 5, 2023
@Ocramius Ocramius changed the title Re-running automatic releases actions after failure Skip creating GIT tag if one already exists, enabling re-running of the action if a release creation fails Jan 5, 2023
@ghostwriter ghostwriter deleted the feature/support-running-automatic-releases-actions-after-failure branch January 5, 2023 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC]Re-running automatic-releases actions after failure
2 participants