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,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.0.1]
10+ ### Added
11+ - ` release-version ` output ([ #28 ] ( https://github.com/MetaMask/action-publish-release/pull/28 ) )
12+ - This outputs the version of the GitHub release, once it has been created.
13+
914## [ 1.0.0]
1015### Uncategorized
1116- First stable release
@@ -56,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5661### Uncategorized
5762- Initial release
5863
59- [ Unreleased ] : https://github.com/MetaMask/action-publish-release/compare/v1.0.0...HEAD
64+ [ Unreleased ] : https://github.com/MetaMask/action-publish-release/compare/v1.0.1...HEAD
65+ [ 1.0.1 ] : https://github.com/MetaMask/action-publish-release/compare/v1.0.0...v1.0.1
6066[ 1.0.0 ] : https://github.com/MetaMask/action-publish-release/compare/v0.1.0...v1.0.0
6167[ 0.1.0 ] : https://github.com/MetaMask/action-publish-release/compare/v0.0.7...v0.1.0
6268[ 0.0.7 ] : https://github.com/MetaMask/action-publish-release/compare/v0.0.6...v0.0.7
Original file line number Diff line number Diff line change 11{
22 "name" : " action-publish-release" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
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