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

Consider Regular Tags and Releases #1508

Closed
bashbaug opened this issue Jun 16, 2022 · 0 comments · Fixed by #2586
Closed

Consider Regular Tags and Releases #1508

bashbaug opened this issue Jun 16, 2022 · 0 comments · Fixed by #2586

Comments

@bashbaug
Copy link
Contributor

Currently, this project tags the repo and creates a release for each new LLVM version. In practice, this results in a new release approximately every six months. While this is nice, it also makes it harder for projects using the SPIR-V LLVM Translator to pick up intermediate versions (say, with new bugfixes or features) that are known to be "good". For these types of projects it would be helpful to tag and release the SPIR-V LLVM Translator on a more regular and frequent basis.

If we decided to do this, some questions we should consider are:

  • Which branch(es) should we regularly release?
  • How frequently should we release? 2 weeks? Monthly? On an as-requested basis?
  • What are our testing requirements for a release?
  • How much of the release process can be automated?
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 a pull request may close this issue.

1 participant