diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 23:46:50 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 23:46:50 +0100 |
commit | 7dfaf141f1047e5ebc59fd8617b425f5a6019ea0 (patch) | |
tree | b522fc31cd179881f133dac8fb37ef3e2d93c4c0 /README.md | |
parent | workflows/ci: rename a step (diff) | |
download | cgitize-7dfaf141f1047e5ebc59fd8617b425f5a6019ea0.tar.gz cgitize-7dfaf141f1047e5ebc59fd8617b425f5a6019ea0.zip |
README: update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,11 +67,11 @@ Upgrade virtual environment packages (this will also update requirements.txt): ### Releases -Make a git tag with (requires a virtual environment): +Make a git tag (requires a virtual environment): make tag -You can now review that it's OK and push w/ `git push --tags`. +You can then review that the tag is fine and push w/ `git push --tags`. ### Linting |