-
-
Notifications
You must be signed in to change notification settings - Fork 46
chore(ci): trunk-based CI + one-button release #237
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
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
c603d36
feat(ci): add scripts/bump_version.py as the single owner of the version
JonnyTran fc48b4c
docs: retarget contributor and deployment docs to the trunk-based model
JonnyTran 12c1af1
ci: trigger on push to main/release + PRs, publish from tags
JonnyTran 9bac535
ci: add the one-button release, GitHub Release, and trunk docs aliases
JonnyTran eb2805b
ci: don't persist the release PAT past checkout; retire the legacy st…
JonnyTran 3bb0994
ci: harden the release cut and correct the docs it contradicts
JonnyTran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # Categorises the notes GitHub generates for a release (`--generate-notes` in | ||
| # .github/workflows/github-release.yml). | ||
| # | ||
| # NOTE: GitHub categorises by PR **label**, not by PR-title prefix. The `feat:` / `fix:` / | ||
| # `docs:` / `chore:` title convention in extralit/docs/community/contributor.md is for humans | ||
| # and stays unenforced — to make a PR land under a heading below, give it the matching label. | ||
| # Anything unlabelled still shows up, under "Other changes". | ||
| changelog: | ||
| exclude: | ||
| authors: | ||
| # Exact logins — GitHub matches these verbatim, so the `[bot]` suffix is required. | ||
| - dependabot[bot] | ||
| - github-actions[bot] | ||
| categories: | ||
| - title: ✨ Features | ||
| labels: | ||
| - enhancement | ||
| - feature | ||
| - title: 🐛 Fixes | ||
| labels: | ||
| - bug | ||
| - fix | ||
| - title: 📚 Documentation | ||
| labels: | ||
| - documentation | ||
| - title: 🧹 Maintenance | ||
| labels: | ||
| - refactor | ||
| - refactoring | ||
| - infrastructure | ||
| - deployment | ||
| - chore | ||
| # Catch-all. Must stay last — GitHub assigns each PR to the first matching category. | ||
| - title: Other changes | ||
| labels: | ||
| - "*" | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.