From 4ef467798436ae99548370d80e83afecc7686991 Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Wed, 4 Dec 2024 19:40:55 -0500 Subject: [PATCH] release process notes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b350ae4..1d759e6 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,11 @@ The Continuous Integration build will automatically perform a new release with e To skip performing a release from `main` be sure your commit message includes: `[skip ci]`. +NOTE: For now, we need to disable branch-protections in +[project settings](https://github.com/sonatype-nexus-community/cargo-pants/settings) before the release to allow +automated increment and checkin of the version number. Re-enable protections when the release is complete. +See [Issue #73](https://github.com/sonatype-nexus-community/cargo-pants/issues/73) + ## The Fine Print It is worth noting that this is **NOT SUPPORTED** by Sonatype, and is a contribution of ours