kou opened a new pull request, #122:
URL: https://github.com/apache/arrow-go/pull/122

   Fix GH-21
   
   This is based on
   https://github.com/apache/arrow-julia/tree/main/dev/release and 
https://github.com/apache/arrow-adbc/tree/main/dev/release .
   
   Workflow:
   
   Cut a RC:
   
   1. Update `PkgVersion` in `arrow/doc.go`
   2. Run `dev/release/release_rc.sh`
      1. `dev/release/release_rc.sh` pushes `v${version}-rc${rc}` tag
      2. `.github/workflows/rc.yml` creates 
`apache-arrow-go-${version}.tar.gz{,.sha256,.sha512}`
      3. `.github/workflows/rc.yml` uploads 
`apache-arrow-go-${version}.tar.gz{,.sha256,.sha512}` to GitHub Releases
      4. `dev/release/release_rc.sh` downloads 
`apache-arrow-go-${version}.tar.gz` from GitHub Releases
      5. `dev/release/release_rc.sh` signs `apache-arrow-go-${version}.tar.gz` 
as `apache-arrow-go-${version}.tar.gz.asc`
      6. `dev/release/release_rc.sh` uploads 
`apache-arrow-go-${version}.tar.gz.asc` to GitHub Releases
   3. Start a vote
   
   (GitHub Actions instead of
   https://dist.apache.org/repos/dist/dev/arrow/ is used like ADBC.)
   
   Verify a RC:
   
   1. Run `dev/release/verify_rc.sh`
   
   Release an approved RC:
   
   1. Run `dev/release/release.sh`
      1. `dev/release/release.sh` pushes `v${version}` tag that refers that 
same commit ID as `v${version}-rc${rc}`
      2. `dev/release/release.sh` downloads 
`apache-arrow-go-${version}.tar.gz{,.asc,.sha256,.sha512}` from GitHub Actions
      3. `dev/release/release.sh` uploads 
`apache-arrow-go-${version}.tar.gz{,.asc,.sha256,.sha512}` to 
https://dist.apache.org/repos/dist/release/arrow
      4. `dev/release/release.sh` removes old releases from 
https://dist.apache.org/repos/dist/release/arrow
   2. Add this release to ASF's report database: 
https://reporter.apache.org/addrelease.html?arrow
   
   Follow-up tasks:
   * Add support for running integration test in the verification script
   * Add support for releasing a release note
   * Add support for creating "v${version}"'s GitHub Releases
     * We can copy "v${version}-rc${rc}"'s GitHub Releases and adjust it for 
the official release


-- 
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]

Reply via email to