Releases: joshjohanning/azdo_commit_message_validator
Releases · joshjohanning/azdo_commit_message_validator
v4.1.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: duplicate PR fetch and spurious success-comment update by @Copilot and @joshjohanning in #187
Full Changelog: v4.1.2...v4.1.3
v4.1.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore: sync workflow configuration by @joshjohanning-repo-settings-sync[bot] in #179
- chore: update copilot-instructions.md by @joshjohanning-repo-settings-sync[bot] in #182
- chore: sync workflow configuration by @joshjohanning-repo-settings-sync[bot] in #181
- chore: update dependabot.yml by @joshjohanning-repo-settings-sync[bot] in #180
- chore(deps-dev): bump prettier from 3.8.2 to 3.8.3 by @dependabot[bot] in #184
- chore: update dependabot.yml by @joshjohanning-repo-settings-sync[bot] in #185
- fix: propagate auth errors from getWorkItemTitle and short-circuit run() on addWorkItemsToPRBody auth failure by @Copilot @joshjohanning in #186
Full Changelog: v4.1.1...v4.1.2
v4.1.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- docs: add immutable releases badge by @joshjohanning in #174
- chore(deps-dev): bump prettier from 3.8.1 to 3.8.2 by @dependabot[bot] in #178
- chore(deps-dev): bump globals from 17.4.0 to 17.5.0 by @dependabot[bot] in #177
- chore(deps-dev): bump eslint-plugin-jest from 29.15.1 to 29.15.2 in the eslint-plugins group by @dependabot[bot] in #176
- chore(deps): bump @actions/github from 9.0.0 to 9.1.0 in the github group by @dependabot[bot] in #175
Full Changelog: v4.1.0...v4.1.1
v4.1.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: add automatic AB# tagging from branch name by @joshjohanning in #152
Full Changelog: v4.0.1...v4.1.0
v4.0.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in #161
- chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in #163
- chore: sync package scripts and fix lint errors in tests by @joshjohanning in #164
- chore: update copilot-instructions.md by @joshjohanning-repo-settings-sync[bot] in #165
- chore(deps-dev): bump eslint-plugin-jest from 29.15.0 to 29.15.1 in the eslint-plugins group by @dependabot[bot] in #166
- fix: improve error message when PAT is expired or unauthorized by @joshjohanning in #168
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat!: upgrade GitHub Actions runtime from node20 to node24 by @joshjohanning in #160
Full Changelog: v3.2.2...v4.0.0
v3.2.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore(deps-dev): bump jest from 30.2.0 to 30.3.0 by @dependabot[bot] in #158
- chore: update copilot-instructions.md by @joshjohanning-repo-settings-sync[bot] in #159
- chore(deps): bump undici from 6.23.0 to 6.24.1 by @dependabot[bot] in #157
Full Changelog: v3.2.1...v3.2.2
v3.2.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: replace inline AB# modification with linked work items table by @joshjohanning in #155
Workflow config note
jobs:
pr-commit-message-enforcer-and-linker:
runs-on: ubuntu-latest
# Skip runs triggered by azure-boards bot editing the PR body to avoid duplicate workflow runs
if: github.actor != 'azure-boards[bot]' # <-- add this!!!
...Full Changelog: v3.2.0...v3.2.1
v3.2.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: add
append-work-item-titleinput to annotate AB# references in PR body by @joshjohanning in #150
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- feat: add
pull-request-check-scopeinput to control where AB# is checked by @joshjohanning in #149
Full Changelog: v3.0.13...v3.1.0