File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.0.6]
10+ ### Changed
11+ - Strip changelog release headers from release notes ([ #8 ] ( https://github.com/MetaMask/action-publish-release/pull/8 ) )
12+
913## [ 0.0.5]
1014### Changed
1115- ** (BREAKING)** Output release notes to an environment variable ([ #6 ] ( https://github.com/MetaMask/action-publish-release/pull/6 ) )
@@ -27,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2731### Uncategorized
2832- Initial release
2933
30- [ Unreleased ] : https://github.com/MetaMask/action-publish-release/compare/v0.0.5...HEAD
34+ [ Unreleased ] : https://github.com/MetaMask/action-publish-release/compare/v0.0.6...HEAD
35+ [ 0.0.6 ] : https://github.com/MetaMask/action-publish-release/compare/v0.0.5...v0.0.6
3136[ 0.0.5 ] : https://github.com/MetaMask/action-publish-release/compare/v0.0.4...v0.0.5
3237[ 0.0.4 ] : https://github.com/MetaMask/action-publish-release/compare/v0.0.3...v0.0.4
3338[ 0.0.3 ] : https://github.com/MetaMask/action-publish-release/compare/v0.0.2...v0.0.3
Original file line number Diff line number Diff line change 11{
22 "name" : " action-publish-release" ,
3- "version" : " 0.0.5 " ,
3+ "version" : " 0.0.6 " ,
44 "description" : " A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible." ,
55 "files" : [
66 " lib/"
You can’t perform that action at this time.
0 commit comments