Skip to content

Commit d50284b

Browse files
[docs] add missing git push command in release process
1 parent a2bf5ea commit d50284b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/release/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ mvn versions:commit
3535
git add .
3636
git commit -m "Release version 1.0.0"
3737
git tag v1.0.0
38+
git push
3839
git push origin v1.0.0
3940
```
4041

0 commit comments

Comments
 (0)