Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Feb 18, 2024
1 parent 8feb21f commit 7bad1b2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# 0.3.0 (2024-02-18)

### Bug Fixes

- add permissions to compliance action ([c518fc1](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/c518fc1ef69d7703799b94b42fbd6f5f6664f2cf))
- always return false if a release commit is found ([fbe1937](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/fbe193729241e2733d623173ec58ad9dd7668415))
- consider version-number-only commit as a release ([402567e](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/402567e009d95fa513e7e2081f487606a882f2fa))
- empty commit to trigger release ([8feb21f](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/8feb21f2c746d9f0c5ca3035b762389570f733f5))
- empty commit to trigger release ([3e1b46a](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/3e1b46a2aba103f0fda95940bfff89d76964bc3b))
- lint & lock file ([bbe2520](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/bbe2520851e077eab41515c55c9197015ec32775))
- regex ([573c841](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/573c84177c0f5361c037533f3b65ef7b4f56c02f))
- use @pkgjs/parseargs instead of native node:utils to support node 14 ([fb3b839](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/fb3b83936977d362b1d42662b43298226f8ea379))

### Features

- add understanding of more commit types ([6255d06](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/6255d06ecb54d9bf64c664cdf4541c4a87b88d67))
- added --verbosity flag ([23dedbc](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/23dedbcb2a1b5e8d3dbef240b23740a7a631b865))
- support BREAKING CHANGE ([53951bd](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/53951bd70011db084266d7b1ae95128f86059c98))

### Reverts

- Revert "chore: switch bin to non-.mjs" ([40545b9](https://github.com/JoshuaKGoldberg/should-semantic-release/commit/40545b9b443f56dbe183618ecff934cc3d2c7766))

# Changelog
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "should-semantic-release",
"version": "0.2.0",
"version": "0.3.0",
"description": "Checks whether a semantic release should be run for a repository. 💂",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7bad1b2

Please sign in to comment.