File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 2.1.2.9001 "
2+ current_version = " 2.1.2.9002 "
33search = " {current_version}"
44replace = " {new_version}"
55message = " Bump version: {current_version} → {new_version}"
Original file line number Diff line number Diff line change 99 atoken : ${{ secrets.ANACONDA_UPLOAD_TOKEN }}
1010 recipe_path : conda/recipe
1111 env_yml_path : conda/env/yml
12- VERSION : ' 2.1.2.9001 ' # versioned by bump2version
12+ VERSION : ' 2.1.2.9002 ' # versioned by bump2version
1313jobs :
1414 build_conda_pkgs :
1515 # When merging to one of the branches above and the commit message matches
Original file line number Diff line number Diff line change 11Package: cpsr
22Type: Package
33Title: Cancer Predisposition Sequencing Reporter (CPSR)
4- Version: 2.1.2.9001
4+ Version: 2.1.2.9002
55Authors@R:
66 c(person(given = "Sigve",
77 family = "Nakken",
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ channels:
55 - bioconda
66dependencies :
77 - r-pcgrr
8- - r-cpsr ==2.1.2.9001 # versioned by bump2version
8+ - r-cpsr ==2.1.2.9002 # versioned by bump2version
99 - r-pkgdown
1010 - pandoc
Original file line number Diff line number Diff line change 11package :
22 name : r-cpsr
3- version : 2.1.2.9001 # versioned by bump2version
3+ version : 2.1.2.9002 # versioned by bump2version
44
55source :
66 path : ../../../
You can’t perform that action at this time.
0 commit comments