-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.6 #1940
Comments
Regarding OSX, do you mean to provide swarm executable as a homebrew formula? Or provide a binary via Github assets? |
I don't use OSX, so I don't even know what the options are. Whatever would be an easy way for someone on OSX to be able to install some kind of pre-built version of Swarm. |
I think we can do it in CI itself. Let me test out the theory. But in short, my idea was to build an executable using cabal on macos runner (macos-latest) in CI and then upload it to github assets. |
@nitinprakash96 I can help with Mac and Windows, as I have both. @byorgey I would like to try to get the keybindings ready before release, but if it takes too long it can wait for the next release. |
Uploading an executable every single time we run CI seems wasteful (?). But we have an existing |
@xsebek great! Add it to the list in the description. |
I managed to make an example CI workflow for mac releases https://github.com/nitinprakash96/HIsForHaskell/blob/main/.github/workflows/release.yml which adds an executable for mac in the releases section. And this is close to the release CI job for swarm. Haven't tested windows though. |
It's been a while, we should definitely do a new release!
Please comment if you have something you would like to get in this release.
Things to merge/solve before release:
Suspended
state #1928Int
used in function context #1888Release tasks:
CHANGELOG
but are nothttps://github.com/swarm-game/swarm/pulls?q=is%3Apr+closed%3A%3E2023-11-01+label%3ACHANGELOG
gh pr list -s closed -S 'closed:>2023-11-01 label:CHANGELOG' | tr '\t' ',' > 0.6-changes.txt
Release PRs:
Previous release Issues:
The text was updated successfully, but these errors were encountered: