kou opened a new pull request, #42:
URL: https://github.com/apache/arrow-swift/pull/42
## What's Changed
This is based on the release scripts in apache/arrow-js.
Here is the release workflow:
1. Run `dev/release/release_rc.sh 21.0.0 0`
1. This push `v21.0.0-rc0` tag
2. The tag push runs GitHub Actions workflow for RC that:
1. Generates source archive
2. Verifies these artifacts
3. Creates a GitHub Release for the RC and uploads these artifacts
to the GitHub Release
3. This downloads these artifacts from the GitHub Release
4. This signs these artifacts on local and upload these signs to the
GitHub Release
5. This shows vote e-mail template
2. Start a vote on `[email protected]`
3. Run `dev/release/release.sh 21.0.0 0` after the vote carried
1. This push `v21.0.0`tag
2. The tag push runs GitHub Actions workflow for release that:
1. Creates a GitHub Release for the release and copies all artifacts
from the GitHub Release for the RC
3. This uploads the voted source archive to
https://dist.apache.org/repos/dist/release/arrow/
4. This removes old releases from
https://dist.apache.org/repos/dist/release/arrow/
4. Add the release to ASF's report database:
https://reporter.apache.org/addrelease.html?arrow
See also the added `dev/release/README.md`.
Closes #8.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]