Skip to content

Commit 22d3c0d

Browse files
authored
Merge pull request #1018 from Patternslib/history-docs
maint(docs): Add history section to docs and move old history from th…
2 parents 7315125 + 7c0e2ff commit 22d3c0d

File tree

11 files changed

+2310
-2215
lines changed

11 files changed

+2310
-2215
lines changed

.release-it.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module.exports = {
1919
plugins: {
2020
"@release-it/conventional-changelog": {
2121
infile: "CHANGES.md",
22+
header: "# Changelog\n\nSee the [history](./docs/history/index.md) for older changelog entries.\n\n",
2223
ignoreRecommendedBump: true,
2324
preset: {
2425
name: "conventionalcommits",

.release-it/conventional-changelog-commit.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
{{~this.repository}}#{{this.issue}}
6060
{{~/if}}{{/each}}
6161
{{~/if}}
62-
6362
{{#if body}}
6463

6564
{{~body}}

CHANGES.md

Lines changed: 10 additions & 2214 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)