We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c8636 commit 0aa6abaCopy full SHA for 0aa6aba
1 file changed
.github/workflows/publish.yml
@@ -43,4 +43,4 @@ jobs:
43
# Check if version already exists in changelog
44
if ! grep -q "## \[$VERSION\]" CHANGELOG.md; then
45
# Add new version entry after the first "## [" line
46
- sed -i "/^## \[/i ## [$VERSION] - $DATE\\n\\n###" <your-file>
+ sed -i "/^## \[/i ## [$VERSION] - $DATE\n\n###" CHANGELOG.md
0 commit comments