-
Notifications
You must be signed in to change notification settings - Fork 1
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
Versioning with GitHub releases #236
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
@Magnus-Kuhn & @britsta make sure to read the description and update the titles and labels of your open PRs! |
@stnmtz FYI! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable to me, but I wouldn't consider myself to be an expert in the .ci
and .github
stuff. @jkoenig134 Just in case you want to wait for a more in depth review on that. Otherwise, if anything should arise we can fix it agily. :D
Thanks @Milena-Czierlinski, lets be agile! |
Readiness checklist
Description
We will now publish our runtime using GitHub Releases, this has multiple effects on the work with this repository:
as discussed IQL was moved to another repo again as it doesn't need to get published along with the runtime: https://github.com/nmshd/iql
we do not upgrade versions of libs anymore in this Repository, instead we do our work and then release if we want using tags (created by gh releases)
We have to label our pull requests now. Additionally we do not use Scopes for PR titles anymore
Feature/A cool new Feature
becomesA cool new Feature
with the LabelFeature
-> please keep in mind that the labels ci, chore, dependencies, refactor and test will not occur in the changelog, if you want your feature to be included use another one.