Skip to content

Commit

Permalink
fix(release): track changes to commands doc directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 22, 2024
1 parent 6e27529 commit 78b6554
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ plugins:
- [
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'documentation/commands.md', 'package.json', 'package-lock.json', 'dist-gha'],
assets:
['CHANGELOG.md', 'dist-gha', 'documentation/commands', 'package.json', 'package-lock.json', 'README.md'],
message: "build(release): 🚀 v${nextRelease.version} 🦉\n\n${nextRelease.notes}\n[skip ci]",
},
]
Expand Down

0 comments on commit 78b6554

Please sign in to comment.