-
Notifications
You must be signed in to change notification settings - Fork 51
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
chore(ci): Automated release creation #421
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #421 +/- ##
=======================================
Coverage 35.14% 35.14%
=======================================
Files 4 4
Lines 552 552
Branches 149 149
=======================================
Hits 194 194
Misses 329 329
Partials 29 29
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
…validation Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
b68caae
to
b3497ca
Compare
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.
Overall looks fine and hard to test until we actually have to release. One comment on changelog but you'll need a few more things:
- I would add a pull request template
- add dependabot.yml to control conventional commits for its Prs
You can see examples here
Also you're going to want to update the pull request settings:
- only squash merges and use pull request title
- delete head branches
Signed-off-by: mrickard <maurice@mauricerickard.com>
Signed-off-by: mrickard <maurice@mauricerickard.com>
@bizob2828 I've updated the PR settings as well as adding templates. |
Changed title of main workflow, to be standardized with other repos.
Added NEWS.md release history
Added release prep, creation, and pr validation workflows from aws-sdk repo
Closes #390
Closes NR-184573