Skip to content

Commit 5c36733

Browse files
committed
Add missing tag push into README.release
1 parent f75673e commit 5c36733

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.release

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ git tag -a v8.6 -m "Release v8.6"
3030

3131
6. Post-release administrative -- a commit like this: https://github.com/devexp-db/postgresql-setup/commit/c7ed7144
3232

33-
7. Push the changes
33+
7. Push the changes and tag
3434

3535
```
3636
git push
37+
git push --tag
3738
```
3839

3940
8. Create a tarball

0 commit comments

Comments
 (0)