openarm_can/dev/README.md
Sutou Kouhei cd9b7717d4
Use Rake to release (#49)
I want to automate pushing to Launchpad. But it's a manual operation for
now.
2025-10-10 15:48:54 +09:00

15 lines
477 B
Markdown

# Development
## How to release
```bash
export LAUNCHPAD_UPLOADER_PGP_KEY=YOUR_PGP_KEY # e.g. export LAUNCHPAD_UPLOADER_PGP_KEY=08D3564B7C6A9CAFBFF6A66791D18FCF079F8007
git clone https://github.com/apache/arrow.git
export APACHE_ARROW_REPOSITORY=${PWD}/arrow
git clone https://github.com/groonga/groonga.git
export GROONGA_REPOSITORY=${PWD}/groonga
git clone git@github.com:enactic/openarm_can.git
cd openarm_can
rake release NEW_VERSION=X.Y.Z # e.g. rake release 1.0.0
```