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

Add release workflow #333

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Add release workflow #333

merged 1 commit into from
Dec 28, 2023

Conversation

michelegera
Copy link
Contributor

This PR adds a new workflow to delegate the package release to the CI.

The workflow can be dispatched only manually and will perform the following steps:

  • Check out the code, including all history for all branches and tags.
  • Verify that the workflow is triggered for the main branch, and abort if not.
  • Set the Git user name and email to the person (or app) that initiated the workflow.
  • Install dependencies.
  • Trigger the release script.

@dannycalleri dannycalleri force-pushed the release-workflow-ci branch 3 times, most recently from be91a3c to 2415286 Compare December 20, 2023 15:52
@michelegera michelegera merged commit 4128458 into main Dec 28, 2023
17 checks passed
@michelegera michelegera deleted the release-workflow-ci branch December 28, 2023 15:29
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