You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# CHANGELOG
2
2
3
-
## Next Release
3
+
## v3.1.0 (2025-12-26)
4
4
5
-
- Changes order of git push and checksum upload operations essentially making any checksum upload failures decoupled from the ability to actually release. Any failures with checksum upload will occur after formula update pushes
6
5
- Adds `skip_checksum` parameter which skips uploading the checksum file for all release assets to the latest release. Useful if you generate your own checksums or already had a checksum file since we cannot overwrite an existing checksum file without deleting the previous one
6
+
- Changes order of git push and checksum upload operations essentially making any checksum upload failures decoupled from the ability to actually release. Any failures with checksum upload will occur after formula update pushes
7
7
- Creates formula folder if it doesn't exist yet
8
8
- Fixes the formula dir path (regression introduced in v3.0.1, closes #67)
0 commit comments