From 2ec5e6826df732771cbb02a072eb756811092744 Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Sat, 20 Mar 2021 16:08:23 -0700 Subject: [PATCH] Update releasing guide to use `pulp publish` Previously this was done in Travis CI but there's really no good reason to manually push branches and let CI publish instead of just using the publish command directly. --- Releasing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Releasing.md b/Releasing.md index 46fb24c..c945077 100644 --- a/Releasing.md +++ b/Releasing.md @@ -15,7 +15,9 @@ notes for v`. 4. Run `pulp version` in the project root. This will check the project for any issues and create a new version tag and empty checkpoint commit. -5. Push the release notes and version commit and version tag. +5. Run `pulp publish` in the project root. This will publish the commits & tag + to github, will publish the package to bower, and will push documentation to + pursuit. 6. If you are pushing a non-patch release, create and push a branch named with the version series, i.e. `v0.1.x`. 7. [Create the release on