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 release process #58

Merged
merged 70 commits into from
Jun 7, 2023
Merged

Fix release process #58

merged 70 commits into from
Jun 7, 2023

Conversation

JoseEspinosa
Copy link
Member

@JoseEspinosa JoseEspinosa commented May 29, 2023

This pull request fixes the release process with the following improvements:

  • Pushes a git tag on each release, fix Pin new releases for conda #54
  • Makes sure that the commit has for the Version tag is obtained from master and only uses the hash and not the complete message.
  • Splits the CI into several jobs (build, test, publish and push_image)
  • The CI jobs build and test are now run on each commit.
  • The CI jobs publish and push_image are only run when a git tag is pushed (corresponding to a version tag).

@JoseEspinosa JoseEspinosa marked this pull request as ready for review June 2, 2023 09:42
Copy link
Member Author

@JoseEspinosa JoseEspinosa left a comment

Choose a reason for hiding this comment

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

LGTM 😝

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.

Pin new releases for conda
1 participant