Welcome to the changelog for dōteki-action. This document aims to provide a comprehensive list of all notable changes made to the project, organised chronologically by release version.
We use Semantic Versioning (SemVer) for our version numbers, formatted as MAJOR.MINOR.PATCH. Major version changes involve significant (breaking) changes, minor versions introduce features and improvements in a backward compatible manner, and patch versions are for bug fixes and minor tweaks.
0.0.9 - 2025-02-19
- (CI) Add concurrency control to sumi action (2021345) by @welpo
- (CI) Allow longer PR titles for dep updates (c45bf8a) by @welpo
- (CI) Allow longer PR titles for dep updates (07a3436) by @welpo
- (CI) Allow longer PR titles for dep updates (53261a7) by @welpo
- (CI) Dry-run dōteki on PRs (83400c7) by @welpo
- (CI) Use CHANGES.md for GitHub release notes (892e357) by @welpo
- (deps) Remove local release script (4b98882) by @welpo
- (deps) Replace local release script w/ git submodule (ba8dd08) by @welpo
- (release) Improve script robustness (2dea9f3) by @welpo
- (release) Replace both pull and issue links (130a131) by @welpo
- Update git-cliff variables to
commit.remote
(639074f) by @welpo
🫶 @actions made their first contribution
🫶 @welpo made their first contribution
🫶 @renovate[bot] made their first contribution in #1
0.0.8 - 2024-02-21
- (git-sumi) Improve emoji matching (691dea7) by @welpo
- (release) Update CHANGELOG format (ca3598e) by @welpo
- (renovate) Move config file (5000d89) by @welpo
0.0.7 - 2024-02-10
- (CHANGELOG) Improve emoji pattern (6b6eacf) by @welpo
- (CI) Update git-sumi config (c564ef9) by @welpo
- (git-sumi) Require a space after the gitmoji (6956244) by @welpo
- (release) Verify version tag format on release (486d0d1) by @welpo
0.0.3 - 2024-02-07
- (CI) Fix links in tag description (9ad1fba) by @welpo
- Update changelog sections (9ace49f) by @welpo
- Use git-sumi to lint commit messages (86c6261) by @welpo
- Add continuous deployment workflow (c9cf2f6) by @welpo
0.0.2 - 2024-01-26
🫶 @actions made their first contribution
🫶 @welpo made their first contribution