Releases: taskmedia/action-conventional-commits
Releases · taskmedia/action-conventional-commits
v1.0.0
Changes
🚀 Features
🐛 Bug Fixes
- fix(cicd): skip labeling for dependabot @fty4 (#108)
- ensure only one SemVer label is present @fty4 (#87)
- add repo information to labeling cmd @fty4 (#86)
- correct autolabeler / release-resolver @fty4 (#85)
- add workaround to use npm version in readme @fty4 (#82)
- revert bitflight-devops/github-action-readme-generator v1.3.14 @fty4 (#80)
🧰 Maintenance
- only trigger commits workflow on main branch on push event @fty4 (#84)
- run commit check on push @fty4 (#76)
📜 Dependencies
- chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 @dependabot (#101)
- chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 @dependabot (#103)
- chore(deps-dev): bump eslint-plugin-jest from 26.8.7 to 27.0.1 @dependabot (#104)
- chore(deps-dev): bump @typescript-eslint/parser from 5.34.0 to 5.36.1 @dependabot (#107)
- chore(deps): bump mikefarah/yq from 4.27.2 to 4.27.3 @dependabot (#102)
- chore(deps-dev): bump @types/node from 18.7.11 to 18.7.14 @dependabot (#105)
- chore(deps-dev): bump @typescript-eslint/parser from 5.33.0 to 5.34.0 @dependabot (#98)
- chore(deps-dev): bump eslint from 8.21.0 to 8.22.0 @dependabot (#90)
- chore(deps-dev): bump eslint-plugin-jest from 26.8.2 to 26.8.7 @dependabot (#95)
- chore(deps-dev): bump @types/node from 18.7.2 to 18.7.11 @dependabot (#97)
- chore(deps): bump bitflight-devops/github-action-readme-generator from 1.1.10 to 1.3.14 @dependabot (#89)
- chore(deps): bump bitflight-devops/github-action-readme-generator from 1.1.10 to 1.3.14 @dependabot (#77)
Contributors
@dependabot, @dependabot[bot] and @fty4
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
v0.7.4
or later.
Changes
🚀 Features
🐛 Bug Fixes
- publish npm version to main branch; stop creating release branches @fty4 (#71)
- update codeowner @fty4 (#69)
📜 Dependencies
- chore(deps-dev): bump @types/node from 18.7.1 to 18.7.2 @dependabot (#68)
Contributors
@dependabot, @dependabot[bot] and @fty4
v0.6.0
Changes
🚀 Features
🐛 Bug Fixes
📜 Dependencies
- chore(deps): bump taskmedia/action-conventional-commits from 0.4.1 to 0.5.2 @dependabot (#61)
- chore(deps-dev): bump @types/node from 18.6.5 to 18.7.1 @dependabot (#63)
Contributors
@dependabot, @dependabot[bot] and @fty4
v0.5.2
Changes
🚀 Features
- add release workflow @fty4 (#54)
- add input to ignore merge/revert commits @fty4 (#53)
- add gitpod config @fty4 (#50)
- adding Taskfile @fty4 (#48)
- set github.token as default input @fty4 (#47)
🐛 Bug Fixes
- escape commit command in Taskfile @fty4 (#56) (not in
v0.5.1
) - use cmds instead of deps to prevent parallel execution @fty4 (#55) (not in
v0.5.0
)
🧰 Maintenance
- add dependencies section to release-drafter @fty4 (#51)
- chore tasks: formatting, gitignore, metadata @fty4 (#49)
- update commits workflow to use v0.4.1 @fty4 (#41)
📜 Dependencies
- chore(deps-dev): bump @typescript-eslint/parser from 5.32.0 to 5.33.0 @dependabot (#45)
- chore(deps): bump @actions/core from 1.9.0 to 1.9.1 @dependabot (#46)
- chore(deps-dev): bump eslint-plugin-jest from 26.7.0 to 26.8.2 @dependabot (#44)
- chore(deps-dev): bump @types/node from 18.6.4 to 18.6.5 @dependabot (#43)
- chore(deps): bump bitflight-devops/github-action-readme-generator from 1.1.9 to 1.1.10 @dependabot (#42)
Contributors
@dependabot, @dependabot[bot] and @fty4
v0.4.1
Changes
- chore(deps): bump bitflight-devops/github-action-readme-generator from 1.1.6 to 1.1.9 @dependabot (#35)
🐛 Bug Fixes
- update commits action to use v0.4.0 of this action @fty4 (#40)
- fix input types to replace all semicolons @fty4 (#39)
🧰 Maintenance
- update commits action to use v0.4.0 of this action @fty4 (#40)
- fix input types to replace all semicolons @fty4 (#39)
- allow chore commit type @fty4 (#38)
Contributors
@dependabot, @dependabot[bot] and @fty4
v0.4.0
dist/
- please use v0.4.1
or later.
Changes
🚀 Features
- use semicolon as delimiter for type input @fty4 (#37)
- feat: add input types @fty4 (#33)
- feat(cicd): add commit workflow @fty4 (#23)
🐛 Bug Fixes
- add act test workflow @fty4 (#34)
- fix workflows tests @fty4 (#26)
- fix(release): remove old dist files @fty4 (#25)