Skip to content
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

Closed
21 of 22 tasks
byorgey opened this issue Jun 16, 2024 · 7 comments · Fixed by #1980
Closed
21 of 22 tasks

Release 0.6 #1940

byorgey opened this issue Jun 16, 2024 · 7 comments · Fixed by #1980
Labels
Z-Meta This issue is about other Swarm issues or infrastructure.

Comments

@byorgey
Copy link
Member

byorgey commented Jun 16, 2024

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:

Release tasks:


Release PRs:


Previous release Issues:

@byorgey byorgey added the Z-Meta This issue is about other Swarm issues or infrastructure. label Jun 16, 2024
@byorgey byorgey mentioned this issue Jun 23, 2024
@nitinprakash96
Copy link
Collaborator

look into building OSX or Windows binaries?

Regarding OSX, do you mean to provide swarm executable as a homebrew formula? Or provide a binary via Github assets?

@byorgey
Copy link
Member Author

byorgey commented Jun 24, 2024

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.

@nitinprakash96
Copy link
Collaborator

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.

@xsebek
Copy link
Member

xsebek commented Jun 24, 2024

@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.

@byorgey
Copy link
Member Author

byorgey commented Jun 24, 2024

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.

Uploading an executable every single time we run CI seems wasteful (?). But we have an existing release action where I think it would make sense to add this: https://github.com/swarm-game/swarm/blob/main/.github/workflows/haskell-release.yml (I think it needs to be updated anyway).

@byorgey
Copy link
Member Author

byorgey commented Jun 24, 2024

I would like to try to get the keybindings ready before release

@xsebek great! Add it to the list in the description.

@nitinprakash96
Copy link
Collaborator

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.

@mergify mergify bot closed this as completed in #1980 Jul 15, 2024
@mergify mergify bot closed this as completed in f73ea57 Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Z-Meta This issue is about other Swarm issues or infrastructure.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants