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

Process Improvement: v0.18.0 #9484

Merged
merged 25 commits into from
Mar 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
71b098e
'docs: update RELEASE_ISSUE_TEMPLATE.md'
Dec 8, 2022
1ca3ea4
docs: enrich release issue template with initial set of mage commands
galargh Dec 13, 2022
fe542db
docs: add more automation commands to the release template
galargh Dec 13, 2022
7db059b
Update RELEASE_ISSUE_TEMPLATE.md
galargh Dec 13, 2022
faaac6e
chore: combined improvements from v0.18.0-rc2
galargh Jan 4, 2023
b0296bb
feat: structure release checklist around kuboreleaser commands
galargh Jan 26, 2023
feea7d3
chore: reword release checklist
galargh Jan 26, 2023
a3f7e84
chore: label release checklist items
galargh Jan 26, 2023
e1d0e13
chore: remove obsolete PATCH_RELEASE_TEMPLATE.md
galargh Jan 26, 2023
a567ac5
chore: hide release instructions which can be skipped
galargh Jan 26, 2023
50bbaf9
feat: create dependency update PR during release
galargh Jan 26, 2023
0ad00f6
chore: remove obsolete release issue template header
galargh Jan 26, 2023
ed2b7eb
chore: prepare branch
galargh Jan 30, 2023
c1e1d5e
chore: update after v0.18.1
galargh Jan 31, 2023
bcf446d
chore: hide manual steps now that commands request them themselves
galargh Jan 31, 2023
cf2f378
Update docs/RELEASE_ISSUE_TEMPLATE.md
galargh Jan 31, 2023
96a0eb2
Merge branch 'master' into process-improvement-v0.18.0
galargh Jan 31, 2023
01eaa11
docs: add kuboreleaser to the release issue template
galargh Jan 31, 2023
3ff72a1
docs: add a step for verifying infra config
galargh Feb 8, 2023
12da573
Merge branch 'master' into process-improvement-v0.18.0
galargh Feb 27, 2023
0055f5b
Update docs/RELEASE_ISSUE_TEMPLATE.md
galargh Feb 27, 2023
a52625f
chore: update release issue template to use lowercase for rc
galargh Mar 6, 2023
9b7a31d
refactor: remove unnecessary tasks in RELEASE_ISSUE_TEMPLATE.md
galargh Mar 6, 2023
30fdc9c
feat: restrict updating kubo in ipfs-desktop to final releases only
galargh Mar 6, 2023
1d79766
Merge branch 'master' into process-improvement-v0.18.0
galargh Mar 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bin/mkreleaselog
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ recursive_release_log() {

printf -- "Generating Changelog for %s %s..%s\n" "$module" "$start" "$end" >&2

echo "### Changelog"
echo "### 📝 Changelog"
echo
echo "<details><summary>Full Changelog</summary>"
echo
Expand Down Expand Up @@ -293,7 +293,7 @@ recursive_release_log() {
echo
echo "</details>"
echo
echo "### Contributors"
echo "### 👨‍👩‍👧‍👦 Contributors"
echo

echo "| Contributor | Commits | Lines ± | Files Changed |"
Expand Down
30 changes: 0 additions & 30 deletions docs/PATCH_RELEASE_TEMPLATE.md

This file was deleted.

Loading