Skip to content

Commit

Permalink
feat(npm): bump minor version (minor readme edits)
Browse files Browse the repository at this point in the history
This feature is really just to work around the failed npm publication issue.

https://github.com/dcmjs-org/dcmjs/actions/runs/3053711230/jobs/4924682458
  • Loading branch information
pieper committed Sep 14, 2022
1 parent 44d23d6 commit b48f665
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/adapters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ npm run build
npm test
```

## For Maintainers
## For Maintainers and Contributors

Publish new version automatically from commit:

Expand All @@ -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
Expand Down

0 comments on commit b48f665

Please sign in to comment.