Skip to content

Commit

Permalink
Merge pull request #40 from meza/asset-patch
Browse files Browse the repository at this point in the history
Asset patch #27
  • Loading branch information
meza authored Jun 27, 2022
2 parents 83a2d08 + 3e643d8 commit 1016c70
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 1016c70

Please sign in to comment.