Skip to content

Commit 2cd2df5

Browse files
authored
More generic branch spec
1 parent 55537c7 commit 2cd2df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ make build
4040
make test
4141
source .env/bin/activate
4242
bump2version {patch,minor,major} # pick the appropriate one
43-
git push --atomic origin main $(git describe --tags --abbrev=0)
43+
git push --atomic origin $(git branch --show-current) $(git describe --tags --abbrev=0)
4444
```
4545

4646
## Usage

0 commit comments

Comments
 (0)