Skip to content

chore(deps): bump release-drafter/release-drafter from 6.4.0 to 7.0.0#109

Merged
jmeridth merged 2 commits intomainfrom
dependabot/github_actions/release-drafter/release-drafter-7.0.0
Mar 15, 2026
Merged

chore(deps): bump release-drafter/release-drafter from 6.4.0 to 7.0.0#109
jmeridth merged 2 commits intomainfrom
dependabot/github_actions/release-drafter/release-drafter-7.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps release-drafter/release-drafter from 6.4.0 to 7.0.0.

Release notes

Sourced from release-drafter/release-drafter's releases.

v7.0.0

What's Changed

Breaking

Bug Fixes

Maintenance

Documentation

Other changes

Dependency Updates

Full Changelog: release-drafter/release-drafter@v6.4.0...v7.0.0

Commits
  • 3a7fb5c chore: release v7.0.0
  • 1bba8e8 docs: broken link in contributing guide
  • 90c8b30 docs(copilot): update instructions for Biome
  • ea57e4c ci: replace shell scripts with cross-platform TypeScript and simplify workflows
  • 5ed1f8c chore: update editor and devcontainer config for Biome
  • 68e853e chore: reformat codebase with Biome and fix code smells
  • 720e969 chore: migrate from ESLint + Prettier to Biome
  • ee6226d fix(deps): update dependency compare-versions to 6.1.1 (#1547)
  • 9a48bb9 chore(deps): update vitest to 4.1.0 (#1544)
  • f62bd72 chore(build): rebuild artifacts
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies github_actions Pull requests that update GitHub Actions code labels Mar 14, 2026
@dependabot dependabot bot requested review from jmeridth and zkoppert as code owners March 14, 2026 02:42
@dependabot dependabot bot added dependencies github_actions Pull requests that update GitHub Actions code labels Mar 14, 2026
@jmeridth
Copy link
Collaborator

jmeridth commented Mar 14, 2026

Do not merge. Serious breaking changes. Will need to extend this PR with actual changes to this repo.

UPDATE:

I stand corrected, the changes are not breaking changes. I've made the changes needed. Changes mentioned in this commit comment

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6.4.0 to 7.0.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases)
- [Commits](release-drafter/release-drafter@6a93d82...3a7fb5c)

---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/release-drafter/release-drafter-7.0.0 branch from 4312b3a to e511ce3 Compare March 14, 2026 11:25
## What

Migrate auto-labeler workflow to the new dedicated autolabeler sub-action,
switch both workflows from `GITHUB_TOKEN` env var to the `token` input,
and convert the singular `label:` config key to `labels:` array syntax
in the release-drafter config.

## Why

Release-drafter v7 splits the autolabeler into its own action entrypoint,
removes the `disable-releaser` input, and replaces the `GITHUB_TOKEN`
env var with a `token` input. The singular `label:` key lost `array.single()`
support in the Joi-to-Zod validation migration, making the array form
the safer choice.

## Notes

- The v7.0.0 tag resolves to the same commit SHA (`3a7fb5c8`) as the previously pinned version — the breaking changes are in action entrypoint routing and input validation, not the underlying commit
- Callers of these reusable workflows need no changes since the `workflow_call` interface (inputs/secrets) is unchanged

Signed-off-by: jmeridth <jmeridth@gmail.com>
@jmeridth jmeridth merged commit 30db329 into main Mar 15, 2026
10 checks passed
@jmeridth jmeridth deleted the dependabot/github_actions/release-drafter/release-drafter-7.0.0 branch March 15, 2026 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies github_actions Pull requests that update GitHub Actions code maintenance release repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants