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

feat: release automation #2214

Merged
merged 2 commits into from
Apr 19, 2024
Merged

feat: release automation #2214

merged 2 commits into from
Apr 19, 2024

Conversation

Arqu
Copy link
Collaborator

@Arqu Arqu commented Apr 19, 2024

Description

This is a bit hard to test without merging. However merging should be safe as it does nothing unless we trigger a release via push. We can also toy with it then to see if things work.

Moving forward, pushing with a tag matching the pattern v* will automatically create a release titled with the tag name and attach all binaries (iroh, iroh-relay, iroh-dns-server) for all platforms we support. Once done you can edit the release to update the title and contents.

Also coveres doing musl builds for linux platforms.

Closes: #2174 & #2173

Breaking Changes

Notes & open questions

Change checklist

  • Self-review.
  • Documentation updates if relevant.
  • Tests if relevant.
  • All breaking changes documented.

@Arqu Arqu added this to the v0.15.0 milestone Apr 19, 2024
@Arqu Arqu requested review from dignifiedquire and ramfox April 19, 2024 12:27
@Arqu Arqu self-assigned this Apr 19, 2024
@Arqu Arqu added this pull request to the merge queue Apr 19, 2024
Merged via the queue into main with commit b5f8277 Apr 19, 2024
21 checks passed
@Arqu Arqu deleted the arqu/release_automation branch April 19, 2024 13:04
matheus23 pushed a commit that referenced this pull request Nov 14, 2024
## Description

This is a bit hard to test without merging. However merging should be
safe as it does nothing unless we trigger a release via push. We can
also toy with it then to see if things work.

Moving forward, pushing with a tag matching the pattern `v*` will
automatically create a release titled with the tag name and attach all
binaries (`iroh`, `iroh-relay`, `iroh-dns-server`) for all platforms we
support. Once done you can edit the release to update the title and
contents.

Also coveres doing `musl` builds for linux platforms.

Closes: #2174 &
#2173

## Breaking Changes

<!-- Optional, if there are any breaking changes document them,
including how to migrate older code. -->

## Notes & open questions

<!-- Any notes, remarks or open questions you have to make about the PR.
-->

## Change checklist

- [ ] Self-review.
- [ ] Documentation updates if relevant.
- [ ] Tests if relevant.
- [ ] All breaking changes documented.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add iroh-relay binaries to releases
2 participants