File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.0
2+ current_version = 0.3.1
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This database contains the data used for testing and debugging purposes.
2323Run:
2424
2525``` console
26- $ docker run -i -t --rm -e FLYWAY_HOST=` hostname` hbpmip/sample-data-db-setup:0.3.0 migrate
26+ $ docker run -i -t --rm -e FLYWAY_HOST=` hostname` hbpmip/sample-data-db-setup:0.3.1 migrate
2727```
2828
2929where the environment variables are:
Original file line number Diff line number Diff line change @@ -59,9 +59,9 @@ testing:
5959 command : ./tests/tesh.sh
6060
6161release_management :
62- current_version : 0.3.0
63- current_code_release : https://github.com/HBPMedical/sample-data-db-setup/archive/0.3.0 .zip
64- current_docker_release : docker pull hbpmip/sample-data-db-setup:0.3.0
62+ current_version : 0.3.1
63+ current_code_release : https://github.com/HBPMedical/sample-data-db-setup/archive/0.3.1 .zip
64+ current_docker_release : docker pull hbpmip/sample-data-db-setup:0.3.1
6565 release_script : ' publish.sh'
6666
6767continuous_integration :
@@ -76,10 +76,10 @@ continuous_integration:
7676distribution :
7777 docker_hub :
7878 name : hbpmip/sample-data-db-setup
79- current_tag : 0.3.0
79+ current_tag : 0.3.1
8080 url : https://hub.docker.com/r/hbpmip/sample-data-db-setup/
8181 badge : https://img.shields.io/badge/docker-hbpmip%2Fsample--meta--db--setup-008bb8.svg
82- command : docker pull hbpmip/sample-data-db-setup:0.3.0
82+ command : docker pull hbpmip/sample-data-db-setup:0.3.1
8383
8484planning :
8585 github :
You can’t perform that action at this time.
0 commit comments