-
-
Notifications
You must be signed in to change notification settings - Fork 398
[skip changelog] Update release process #1148
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
Conversation
I just pushed another commit that changes the This is the snippet in question, it panics at line 69 since the arduino-cli/cli/lib/install.go Lines 64 to 75 in 7e55f9e
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work Silvano! Very exciting to have a new build system in place.
I ran the "nightly" and "release" workflows in my fork with my Apple signing certificate and verified that the macOS signing/notarization system is all working fine.
* [skip changelog] Ditch goreleaser in favor of a new release process * [skip changelog] Fix version output test * [skip changelog] Fix some workflows issues * [skip changelog] Fix panic when running integration tests * [skip changelog] Remove extra chars from package name prefix
Please check if the PR fulfills these requirements
before creating one)
UPGRADING.md
has been updated with a migration guide (for breaking changes)Updates the process used to create new builds and releases.
We currently use goreleaser to create changelogs and new releases.
We ditch goreleaser, we use Task and different Docker containers to create dist files for different platforms.
Nope.
None.
See how to contribute