Skip to content

Commit

Permalink
Added bumpversion and dockstore config
Browse files Browse the repository at this point in the history
  • Loading branch information
kvg committed Jul 28, 2023
1 parent 4a81d8b commit 07b3623
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[bumpversion]
current_version = 0.0.8
commit = True
tag = True
tag_name = v{new_version}

[bumpversion:file:README.rst]
search = Docker-v{current_version}-blue
replace = Docker-v{new_version}-blue

[bumpversion:file:DEVELOP.md]
search = Current version: {current_version}
replace = Current version: {new_version}
5 changes: 5 additions & 0 deletions .dockstore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: 1.2
workflows:
- name: HelloWorkflow
subclass: wdl
primaryDescriptorPath: /wdl/pipelines/HelloWorkflow.wdl
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.swp
scratch/
.idea/
*.zip

0 comments on commit 07b3623

Please sign in to comment.