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

186 improve release ci #187

Merged
merged 38 commits into from
Jul 26, 2023
Merged

186 improve release ci #187

merged 38 commits into from
Jul 26, 2023

Conversation

StaehliJ
Copy link
Contributor

@StaehliJ StaehliJ commented Jul 25, 2023

Pull request

Description

Improve CI to release library without the need to do a pull request that trigger tons of build and check but we only change a version string in the text file.

Changes made

  • Release is triggered when a tag is pushed and as the pattern Major.Minor.Patch-Prefix
  • Release can be triggered by the creation of a github release with tag creation. The github release action will be skip in this case.
  • Nightly can be triggered manually but you have to set as input a version number.
  • Nightly are build automatically on main every night if it as change (Still buggy).

Checklist

  • Your branch has been rebased onto the main branch.
  • APIs have been properly documented (if relevant).
  • The documentation has been updated (if relevant).
  • New unit tests have been written (if relevant).
  • The demo has been updated (if relevant).
  • All pull request status checks pass.

@StaehliJ StaehliJ linked an issue Jul 25, 2023 that may be closed by this pull request
@StaehliJ StaehliJ merged commit 6d43e26 into main Jul 26, 2023
5 checks passed
@StaehliJ StaehliJ deleted the 186-improve-release-ci branch July 26, 2023 06:46
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.

Improve release CI
2 participants