Skip to content

Commit c4f4e52

Browse files
authored
🐸 Versioned release (#75)
<a href="https://bumpy.varlock.dev"><img src="https://raw.githubusercontent.com/dmno-dev/bumpy/main/images/frog-clipboard.png" alt="bumpy-frog" width="60" align="left" style="image-rendering: pixelated;" title="Hi! I'm bumpy!" /></a> This PR was created and will be kept in sync by [bumpy](https://bumpy.varlock.dev) based on your bump files (in `.bumpy/`). Merge it when you are ready to release the packages listed below: <br clear="left" /> ### <a href="https://bumpy.varlock.dev" title="Patch releases"><img src="https://raw.githubusercontent.com/dmno-dev/bumpy/main/images/frog-patch.png" alt="patch" width="52" style="image-rendering: pixelated;" align="right" /></a> Patch releases #### `@varlock/bumpy` 1.8.0 → **1.8.1** <sub>[CHANGELOG.md](https://github.com/dmno-dev/bumpy/pull/75/changes#diff-4172fac00a078eb9cef75fbac6f1df8320cd5bf3d45ed733e055f7567d8d0e29)</sub> - Fix git push auth in CI by using remote URL token embedding instead of extraheader approach, which doesn't work with actions/checkout@v6 ([bump file](https://github.com/dmno-dev/bumpy/pull/75/changes#diff-c718f6a171b512d9398e274d49b7c29345164cd6a1855242d13e6e3eec869f09)) - Fix git tag push auth using http.extraheader; recover deleted bump files for GitHub release notes in post-merge publish flow ([bump file](https://github.com/dmno-dev/bumpy/pull/75/changes#diff-c03c409032de1931cbc41ccc8286f9e7eb29c2c509ca7ede7eaeee1d310523cb)) Co-authored-by: bumpy-bot <276066384+bumpy-bot@users.noreply.github.com>
1 parent 6b236d6 commit c4f4e52

4 files changed

Lines changed: 8 additions & 11 deletions

File tree

.bumpy/fix-git-push-auth.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.bumpy/fix-release-tags-and-notes.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/bumpy/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 1.8.1
4+
5+
<sub>2026-05-15</sub>
6+
7+
- [#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
8+
- [#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
9+
310
## 1.8.0
411

512
<sub>2026-05-05</sub>

packages/bumpy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@varlock/bumpy",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Modern monorepo versioning and changelog tool",
55
"keywords": [
66
"bump",

0 commit comments

Comments
 (0)