From 3a44ae7d0d4c7f63d7349c26ba4e800cb9f55974 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 2 Mar 2022 13:22:00 +0100 Subject: Adding upstream version 3.4.0. Signed-off-by: Daniel Baumann --- RELEASES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 RELEASES.md (limited to 'RELEASES.md') 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. +``` -- cgit v1.2.3