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

Prepare project for semi-pinned tags for major version #14

Conversation

salome-voltz
Copy link
Collaborator

@salome-voltz salome-voltz commented Jun 17, 2024

This MR aims to prepare this project for semi-pinned tags for major versions.
Tags will be created and updated in ggshield-tools release script.

This MR needs to be merged first.
Works with MR#22 on ggshield-tools. Needs to be merged first.

@salome-voltz salome-voltz force-pushed the salomevoltz/scrt-3458-ggshield-github-action-study-and-implement-semi-pinned branch 6 times, most recently from 037bf6c to e49a78d Compare June 17, 2024 15:57
@salome-voltz salome-voltz changed the title modified workflow for testing Prepare project for semi-pinned tags for major version Jun 17, 2024
@salome-voltz salome-voltz self-assigned this Jun 18, 2024
@salome-voltz salome-voltz requested a review from agateau-gg June 18, 2024 08:18
@@ -3,13 +3,13 @@ name: Application Release
on:
push:
tags:
- "v*"
- "v1.*"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need this change? If we ever make a v2 we would still need a similar CI workflow, no?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We need to distinguish "v1" tag from version tags (like v1.20.0) here to make sure that we don't trigger a release when we push "v1" tag to its new position. I changed it to "v*.*", wdyt ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Oh right, good catch! "v*.*" sounds good. Can you add a comment about this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes ! 😄

@salome-voltz salome-voltz force-pushed the salomevoltz/scrt-3458-ggshield-github-action-study-and-implement-semi-pinned branch from e49a78d to c3e0aeb Compare June 18, 2024 08:42
@salome-voltz salome-voltz requested a review from agateau-gg June 18, 2024 08:46
@salome-voltz salome-voltz force-pushed the salomevoltz/scrt-3458-ggshield-github-action-study-and-implement-semi-pinned branch from c3e0aeb to c9712e0 Compare June 18, 2024 09:15
@salome-voltz salome-voltz merged commit e03aecf into master Jun 18, 2024
3 checks passed
@salome-voltz salome-voltz deleted the salomevoltz/scrt-3458-ggshield-github-action-study-and-implement-semi-pinned branch June 18, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants