Skip to content

Commit

Permalink
Merge pull request #9484 from ipfs/process-improvement-v0.18.0
Browse files Browse the repository at this point in the history
Process Improvement: v0.18.0
  • Loading branch information
galargh authored Mar 27, 2023
2 parents bb020ea + 1d79766 commit bf7d0fc
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 205 deletions.
4 changes: 2 additions & 2 deletions bin/mkreleaselog
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,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 @@ -292,7 +292,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

0 comments on commit bf7d0fc

Please sign in to comment.