diff --git a/.github/workflows/bumpversion.yml b/.github/workflows/bumpversion.yml index 193aa2fff..4b03f22f4 100644 --- a/.github/workflows/bumpversion.yml +++ b/.github/workflows/bumpversion.yml @@ -16,3 +16,4 @@ jobs: create_annotated_tag: true default_bump: patch dry_run: false + tag_prefix: cdeps diff --git a/README.md b/README.md index 2be6dfd1a..f933f5a97 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # CDEPS Community Data Models for Earth Prediction Systems + +For documentation see + +https://escomp.github.io/CDEPS/html/index.html + +## A note on github tag action + +This repository is setup to automatically create tags on merge to +master using .github/workflows/bumpversion.yml It uses +https://github.com/mathieudutour/github-tag-action to look for +keywords in commit messages and determine what the new version should +be. The default if no keywords is found is to bump the patch version.