Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 12, 2024
1 parent 5a41804 commit 7128326
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Create a release branch from the latest commit in main and push to the Apache re
```shell
get fetch apache
git checkout main
git reset --hard apache/main
git checkout -b branch-0.1
git push apache branch-0.1
```
Expand Down Expand Up @@ -76,8 +77,9 @@ commit into the release branch.
Tag the release branch with `0.1.0-rc1` and push to the Apache repo

```shell
git fetch apache
git checkout branch-0.1
git pull
git reset --hard apache/branch-0.1
git tag 0.1.0-rc1
git push apache 0.1.0-rc1
````
Expand Down

0 comments on commit 7128326

Please sign in to comment.