Skip to content

Commit

Permalink
adding changelog to release git assets
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Aug 17, 2023
1 parent b8ccd68 commit 328ec42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[
"@semantic-release/git",
{
"assets": ["./DESCRIPTION"],
"assets": ["./DESCRIPTION", "./CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version}"
}
],
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# allometric/models changelog

# [1.1.0](https://github.com/allometric/models/compare/v1.0.1...v1.1.0) (2023-08-17)


### Features

* **models:** added paine_1982 and hann_1997 ([05cf73a](https://github.com/allometric/models/commit/05cf73a2ade1e7c6a10fee4357e005627cad3a00))

## [1.0.1](https://github.com/allometric/models/compare/v1.0.0...v1.0.1) (2023-08-17)


Expand Down

0 comments on commit 328ec42

Please sign in to comment.