This commit is contained in:
Andrey Nering
2022-12-31 14:03:55 -03:00
parent c4766e2611
commit b4c95d6b0b
5 changed files with 18 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ tasks:
- rm {{.FILE}}
- 'echo "---" >> {{.FILE}}'
- 'echo "slug: /changelog/" >> {{.FILE}}'
- 'echo "sidebar_position: 6" >> {{.FILE}}'
- 'echo "sidebar_position: 7" >> {{.FILE}}'
- 'echo "---" >> {{.FILE}}'
- 'echo "" >> {{.FILE}}'
- 'cat CHANGELOG.md >> {{.FILE}}'