summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/README.md b/README.md
index e57177f..0013506 100644
--- a/README.md
+++ b/README.md
@@ -12,21 +12,35 @@ Update libyaml version in:
Commit and push everything to release/0.x.y
-## Create dist archives
+## Test and Create Release archives
+
+This will create a docker image (libyaml-dev), test libyaml & pyyaml,
+and creat archives.
Make sure you have a clean git repository (no changed files). The following
process will clone your current git directory.
+### Run pyyaml tests on release branch
+
+Run
+
+ cd packaging/docker
+ make test-pyyaml
+
+It will run all libyaml tests, and run pyyaml tests (with python 2 & 3) on
+the current branch.
+
+### Create dist archives
+
Run
make docker-dist
in the repository root or
+ cd packaging/docker
make libyaml-dist
-in packaging/docker.
-
It will create a docker image (libyaml-dev) and run `make dist` in the container
to create a tarball written to packaging/docker/output.
It will also create a zipfile.