Skip to content

Commit

Permalink
docs: update release process (#1773)
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts authored Jul 18, 2023
1 parent 459eaaf commit 5856c27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions scripts/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)/../.."

if ! test -f ".env"; then
cp .env.example .env
fi

cd $ROOT

JAVA_VERSION=$(cat config/.java-version | awk -F '.' '{ print $1 }')
Expand Down
3 changes: 2 additions & 1 deletion website/docs/contributing/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ GITHUB_TOKEN=<YOUR-PERSONAL-ACCESS-TOKEN>
Once setup, you can run:

```bash
yarn release
# make sure to run `yarn docker:setup` first
yarn docker:release
```

It will create [a release PR](https://github.com/algolia/api-clients-automation/pull/545).
Expand Down

0 comments on commit 5856c27

Please sign in to comment.