Skip to content

Commit

Permalink
Merge pull request #59 from jmlopez-rod/release/0.16.0
Browse files Browse the repository at this point in the history
(release) 0.16.0
  • Loading branch information
jmlopez-rod authored Mar 13, 2023
2 parents 78dd805 + 456bf43 commit daf704e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
## [Unreleased]

## [0.16.0] <a name="0.16.0" href="#0.16.0">-</a> March 13, 2023

- Deprecate `endRelease`. Instead we can use `m end_release`.
- When ending a release it switches to the default branch.
- Previously a release could only be finished by the user who started it.
Expand Down Expand Up @@ -209,7 +211,8 @@ prs and the latest on the `master` branch.
- Provides basic utilities to create a CI/CD flow via the m cli.
- As a library, it facilities the creation of clis similar to m.

[unreleased]: https://github.com/jmlopez-rod/m/compare/0.15.2...HEAD
[unreleased]: https://github.com/jmlopez-rod/m/compare/0.16.0...HEAD
[0.16.0]: https://github.com/jmlopez-rod/m/compare/0.15.2...0.16.0
[0.15.2]: https://github.com/jmlopez-rod/m/compare/0.15.1...0.15.2
[0.15.1]: https://github.com/jmlopez-rod/m/compare/0.15.0...0.15.1
[0.15.0]: https://github.com/jmlopez-rod/m/compare/0.14.0...0.15.0
Expand Down
2 changes: 1 addition & 1 deletion m/m.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"owner": "jmlopez-rod",
"repo": "m",
"version": "0.15.2",
"version": "0.16.0",
"workflow": "m_flow"
}

0 comments on commit daf704e

Please sign in to comment.