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

Create a better Github Action Build and Release Workflow #16

Open
cccs-shellyw opened this issue Jul 30, 2024 · 0 comments
Open

Create a better Github Action Build and Release Workflow #16

cccs-shellyw opened this issue Jul 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cccs-shellyw
Copy link
Collaborator

Currently, the workflow of Github Action Release Pipeline is:

  1. tag the commit that we wish to release on
  2. Github action pipeline runs on that branch with that commit and automatically created a latest release with no text inside
  3. Go to release page and manually edit the content

Changes proposed

  • We should allow for doing dev builds and make sure it is setup as pre-release instead of latest
  • Have the release pipeline running and attaching the artifact to the correct commit when a tag is created. This should be seamless in the UI, where we create a release with a new tag in the UI and the pipeline runs and attach files to it
@cccs-shellyw cccs-shellyw added the enhancement New feature or request label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant