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

ci(release-stable-version): use cocogitto to obtain previous and next tags #4537

Merged

Conversation

SanchithHegde
Copy link
Member

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

This PR fixes a bug in the release stable version workflow where SemVer tags in the entire repository are not considered when obtaining previous and next tags. The bug is addressed by using cocogitto to obtain the previous and next tags, which considers all SemVer tags.

Motivation and Context

Fixes a bug in the release stable version workflow.

How did you test it?

Locally, by ensuring the commands added here return the expected outputs.

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@SanchithHegde SanchithHegde added A-CI-CD Area: Continuous Integration/Deployment C-bug Category: Bug S-waiting-on-review Status: This PR has been implemented and needs to be reviewed labels May 3, 2024
@SanchithHegde SanchithHegde added this to the May 2024 Release milestone May 3, 2024
@SanchithHegde SanchithHegde self-assigned this May 3, 2024
@SanchithHegde SanchithHegde requested a review from a team as a code owner May 3, 2024 10:44
@pixincreate pixincreate enabled auto-merge May 3, 2024 10:51
@pixincreate pixincreate added this pull request to the merge queue May 3, 2024
Merged via the queue into main with commit 04850c1 May 3, 2024
11 of 15 checks passed
@pixincreate pixincreate deleted the ci-stable-version-use-cocogitto-to-retrieve-version branch May 3, 2024 11:12
@pixincreate pixincreate removed the S-waiting-on-review Status: This PR has been implemented and needs to be reviewed label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CI-CD Area: Continuous Integration/Deployment C-bug Category: Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants