diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-03-02 12:22:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-03-02 12:22:04 +0000 |
commit | e8e0960f454f47142162c94a083fa9efd19d4fd9 (patch) | |
tree | f822a83308754cbebb7ea7037fa51b26268c9f98 /RELEASES.md | |
parent | Releasing debian version 3.3.1-1. (diff) | |
download | pgcli-e8e0960f454f47142162c94a083fa9efd19d4fd9.tar.xz pgcli-e8e0960f454f47142162c94a083fa9efd19d4fd9.zip |
Merging upstream version 3.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md new file mode 100644 index 0000000..37cf4d2 --- /dev/null +++ b/RELEASES.md @@ -0,0 +1,17 @@ +Releasing pgcli +--------------- + +We have a script called `release.py` to automate the process. + +The script can be run with `-c` to confirm or skip steps. There's also a `--dry-run` option that only prints out the steps. + +``` +> python release.py --help +Usage: release.py [options] + +Options: + -h, --help show this help message and exit + -c, --confirm-steps Confirm every step. If the step is not confirmed, it + will be skipped. + -d, --dry-run Print out, but not actually run any steps. +``` |