Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: joshjohanning/azdo_commit_message_validator

v4.1.5

05 May 17:18
Immutable release. Only release title and notes can be modified.
42da349

Choose a tag to compare

What's Changed

Full Changelog: v4.1.4...v4.1.5

v4.1.4

05 May 16:33
Immutable release. Only release title and notes can be modified.
24aea57

Choose a tag to compare

What's Changed

  • chore: update browserslist to fix baseline-browser-mapping warning by @joshjohanning in #188
  • chore(deps): bump the github group with 2 updates by @dependabot[bot] in #189

Full Changelog: v4.1.3...v4.1.4

v4.1.3

18 Apr 22:56
Immutable release. Only release title and notes can be modified.
4c37cac

Choose a tag to compare

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

18 Apr 22:29
Immutable release. Only release title and notes can be modified.
b7fbbe6

Choose a tag to compare

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

15 Apr 19:55
Immutable release. Only release title and notes can be modified.
37e211b

Choose a tag to compare

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

03 Apr 19:15
Immutable release. Only release title and notes can be modified.
967d82d

Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.1.0

v4.0.1

03 Apr 14:16
Immutable release. Only release title and notes can be modified.
8085c75

Choose a tag to compare

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

18 Mar 20:02
Immutable release. Only release title and notes can be modified.
888e5e4

Choose a tag to compare

What's Changed

Full Changelog: v3.2.2...v4.0.0

v3.2.2

18 Mar 15:24
Immutable release. Only release title and notes can be modified.
02e51b9

Choose a tag to compare

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

10 Mar 01:35
Immutable release. Only release title and notes can be modified.
3d10337

Choose a tag to compare

What's Changed

  • fix: replace inline AB# modification with linked work items table by @joshjohanning in #155

Workflow config note

⚠️ Recommended to add this check to the job so that the Azure Boards app doesn't make the workflow run twice (once for the create and once for the edit from the Azure Boards app) when you initially create a PR with a linked Azure Boards work item in the body.

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