Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .bumpy/fix-git-push-auth.md

This file was deleted.

5 changes: 0 additions & 5 deletions .bumpy/fix-release-tags-and-notes.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/bumpy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.8.1

<sub>2026-05-15</sub>

- [#74](https://github.com/dmno-dev/bumpy/pull/74) - Fix git push auth in CI by using remote URL token embedding instead of extraheader approach, which doesn't work with actions/checkout@v6
- [#73](https://github.com/dmno-dev/bumpy/pull/73) - Fix git tag push auth using http.extraheader; recover deleted bump files for GitHub release notes in post-merge publish flow

## 1.8.0

<sub>2026-05-05</sub>
Expand Down
2 changes: 1 addition & 1 deletion packages/bumpy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@varlock/bumpy",
"version": "1.8.0",
"version": "1.8.1",
"description": "Modern monorepo versioning and changelog tool",
"keywords": [
"bump",
Expand Down