mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #653] [MERGED] Just replace artifacts on release #645
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#645
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jpochyla/psst/pull/653
Author: @jacksongoode
Created: 6/28/2025
Status: ✅ Merged
Merged: 6/28/2025
Merged by: @jacksongoode
Base:
main← Head:once-more-release📝 Commits (1)
9f3b3b7Just replace artifacts📊 Changes
2 files changed (+12 additions, -45 deletions)
View changed files
📝
.github/workflows/build.yml(+7 -7)📝
.homebrew/generate_formula.sh(+5 -38)📄 Description
It's a little bit annoying but given that we're on GitHub where artifacts are not guaranteed to be kept we don't really have a nice way of keeping the history of our nightly builds. The brew file for Psst is:
So right now its not updated until we provide a
Psst.dmgin the release.Eventually this could all be resolved by adding semvar releases. I think we should probably do this given this is not a stable way of providing backwards compatibility.
This fixes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.