Skip to content

chore(deps): bump tempoxyz/changelogs from 54f693643e1bd8469293bdfcbfb647bceb559490 to de0250123a1d70a2b64a458bd5efcf313986df7a#447

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/tempoxyz/changelogs-00e3f32fbf91dbf30c93f478aa502b0a85233a5f
Open

chore(deps): bump tempoxyz/changelogs from 54f693643e1bd8469293bdfcbfb647bceb559490 to de0250123a1d70a2b64a458bd5efcf313986df7a#447
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/tempoxyz/changelogs-00e3f32fbf91dbf30c93f478aa502b0a85233a5f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 25, 2026

Bumps tempoxyz/changelogs from 54f693643e1bd8469293bdfcbfb647bceb559490 to de0250123a1d70a2b64a458bd5efcf313986df7a.

Changelog

Sourced from tempoxyz/changelogs's changelog.

Changelog

0.7.0 (2026-05-02)

Minor Changes

  • Added support for a .changelog/instructions.md file to override the default AI prompt, with priority order: --instructions flag > .changelog/instructions.md > built-in default. Updated README with documentation for this feature. (by @​DerekCofausper, #67)

Patch Changes

  • Two release-mode fixes:
  • Go ecosystem. is_published now treats v0.0.0 as already published, so a Go module with no prior vX.Y.Z tag and no staged changelog entries does not get bootstrap-tagged on every push to the release branch. The previous behavior unconditionally created and pushed a v0.0.0 tag the first time the release workflow ran on an integrated repo.
  • GitHub Action. The "Create GitHub releases" step's previous-tag lookup uses git tag --list … | grep -Fxv -- "$tag" | head -1. grep -Fxv exits 1 when every input line matches the excluded pattern (i.e. when the only tag is $tag itself), and under set -e -o pipefail that aborted the whole step before any release was created. Both occurrences are now guarded with { grep -Fxv … || true; }, so the lookup degrades to "no previous tag" instead of failing the step. (by @​BrendanRyan, #111)
  • Added Go module ecosystem support. Discovers single-module Go projects via go.mod, persists the bumped version inline as a // changelogs:version X.Y.Z comment between the version and publish CI runs, edits require blocks for dependency updates, queries proxy.golang.org for published-version checks, and emits vX.Y.Z git tags. Auto-detection (go.mod at the repository root) and the go / golang ecosystem aliases are wired through. (by @​BrendanRyan, #109)

0.6.5 (2026-04-25)

Patch Changes

  • Update rustls-webpki 0.103.11 → 0.103.13 to fix RUSTSEC-2026-0098, RUSTSEC-2026-0099, RUSTSEC-2026-0104. (by @​grandizzy, #107)

0.6.4 (2026-04-14)

Patch Changes

  • Fixed changelog directory lookup to support hyphenated package names by stripping the first prefix segment as a fallback (e.g., tempo-alloy -> alloy). Also improved release notes extraction to match both backtick-wrapped tag headings and plain version headings. (by @​DerekCofausper, #87)

0.6.3 (2026-03-18)

Patch Changes

  • Added support for unified versioning in root changelog format by implicitly treating all workspace packages as a fixed group, merging duplicate version headings and deduplicating changelog entries. Added Rust workspace version inheritance support for reading and writing versions via version.workspace = true. (by @​Kartik, #79)

0.6.2 (2026-03-17)

Patch Changes

  • Fixed config template placing ignore after [changelog] header causing it to be silently dropped. Respect publish = false in Cargo.toml by skipping unpublishable crates. Filter ignored packages during publish command. Added SkipReason enum to distinguish skip reasons in output. (by @​Kartik, #72)

0.6.1 (2026-02-10)

Patch Changes

  • Truncated AI diff to 32KB to prevent "Prompt is too long" errors with AI commands that have smaller context windows. (by @​jxom, c3a9576)

0.6.0 (2026-02-04)

Minor Changes

  • Replaced auto-generate workflow with check action that comments on PRs with changelog status and optional AI-generated previews. (by @​jxom, #37)

... (truncated)

Commits
  • de02501 feat(action): support PyPI Trusted Publishing via OIDC (#116)
  • 79c502c Delete bot/.env (#115)
  • 9a1ad18 chore: release v0.7.0 (#110)
  • 3969be2 chore(deps): bump the cargo group with 8 updates (#114)
  • 7c3aaf4 chore(deps): bump the actions group with 7 updates (#113)
  • 93e90be feat: support .changelog/instructions.md for custom AI prompts (#67)
  • 685bb3b chore(ci): group dependabot updates and open release PR as github-actions bot...
  • 97302ef fix: improve AI version bump classification prompt (#66)
  • 69acf2f fix(action): preserve contributor avatars on release pages (#82)
  • 1b98b3e fix: skip Go bootstrap publish + harden release-notes grep (#111)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 25, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 25, 2026

⚠️ Changelog not found.

A changelog entry is required before merging.

Add changelog

Bumps [tempoxyz/changelogs](https://github.com/tempoxyz/changelogs) from 54f693643e1bd8469293bdfcbfb647bceb559490 to de0250123a1d70a2b64a458bd5efcf313986df7a.
- [Release notes](https://github.com/tempoxyz/changelogs/releases)
- [Changelog](https://github.com/tempoxyz/changelogs/blob/master/CHANGELOG.md)
- [Commits](tempoxyz/changelogs@54f6936...de02501)

---
updated-dependencies:
- dependency-name: tempoxyz/changelogs
  dependency-version: 00e3f32fbf91dbf30c93f478aa502b0a85233a5f
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump tempoxyz/changelogs from 54f693643e1bd8469293bdfcbfb647bceb559490 to 00e3f32fbf91dbf30c93f478aa502b0a85233a5f chore(deps): bump tempoxyz/changelogs from 54f693643e1bd8469293bdfcbfb647bceb559490 to de0250123a1d70a2b64a458bd5efcf313986df7a May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/tempoxyz/changelogs-00e3f32fbf91dbf30c93f478aa502b0a85233a5f branch from fa95773 to dcfd617 Compare May 4, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants