From b48f665893f5e4b643c68ddc2fc3b13c641b6b29 Mon Sep 17 00:00:00 2001 From: Steve Pieper Date: Wed, 14 Sep 2022 14:16:31 -0400 Subject: [PATCH] feat(npm): bump minor version (minor readme edits) This feature is really just to work around the failed npm publication issue. https://github.com/dcmjs-org/dcmjs/actions/runs/3053711230/jobs/4924682458 --- packages/adapters/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/adapters/README.md b/packages/adapters/README.md index 1ba338f36..63b583b09 100644 --- a/packages/adapters/README.md +++ b/packages/adapters/README.md @@ -68,7 +68,7 @@ npm run build npm test ``` -## For Maintainers +## For Maintainers and Contributors Publish new version automatically from commit: @@ -79,6 +79,9 @@ Use the following "Commit Message Format" when drafting commit messages. If you' Note: Be wary of `BREAKING_CHANGE` in commit message descriptions, as this can force a major version bump. Be sure to use lower case for the first letter of your semantic commit message, so use `fix` not `Fix` or `feat` not `Feat`. + +### Optional Tooling + It is advised to use the git-cz, i.e.: - install git-cz