Skip to content

Commit

Permalink
Fix release instructions (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift authored Mar 7, 2024
1 parent 6cc6000 commit d57c1be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To release a new version:

1. `git checkout main` - Always version from `main` branch. Also, ensure that the working directory is clean (has no
uncommitted changes).
2. `contracts:compile:force` - Build the latest Typechain artifacts.
2. `pnpm run contracts:compile:force` - Build the latest Typechain artifacts.
3. `pnpm version [major|minor|patch]` - Choose the right version bump. This will bump the version, create a git tag and
commit it.
4. Build the docker image with tag `api3/airseeker:latest`. If running on Linux, use `pnpm run docker:build` otherwise
Expand All @@ -40,6 +40,7 @@ To release a new version:
6. `docker push api3/airseeker:latest && docker push api3/airseeker:<MAJOR.MINOR.PATCH>` - Push the image upstream. Both
the latest and the versioned tag should be published.
7. `git push --follow-tags` - Push the tagged commit upstream.
8. Create a GitHub release for the specific tag.

## Configuration

Expand Down

0 comments on commit d57c1be

Please sign in to comment.