Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/bumpversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
create_annotated_tag: true
default_bump: patch
dry_run: false
tag_prefix: cdeps
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.