Skip to content

Commit

Permalink
fix: adding the changelog to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
meza committed Jun 27, 2022
1 parent 83a2d08 commit 3e643d8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,19 @@
"assets": [
{
"path": [
"dist/**",
"CHANGELOG.md"
],
"name": "adr-tools-${nextRelease.gitTag}.zip",
"label": "ADR-Tools ${nextRelease.gitTag}"
}
]
}
],
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md"]
}
]
]
}

0 comments on commit 3e643d8

Please sign in to comment.