File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- name-template : ' v$NEXT_PATCH_VERSION '
2
- tag-template : ' v$NEXT_PATCH_VERSION '
1
+ name-template : ' v$NEXT_MINOR_VERSION '
2
+ tag-template : ' v$NEXT_MINOR_VERSION '
3
3
change-template : ' - $TITLE @$AUTHOR (#$NUMBER)'
4
4
template : |
5
5
## Changes
6
6
$CHANGES
7
7
8
8
## 🕵️♀️ Full commit logs
9
9
10
- - https://github.com/oncokb/oncokb-sop/compare/$PREVIOUS_TAG...v$NEXT_PATCH_VERSION
10
+ - https://github.com/oncokb/oncokb-sop/compare/$PREVIOUS_TAG...v$NEXT_MINOR_VERSION
Original file line number Diff line number Diff line change 29
29
< span id ="current-version-span "> </ span >
30
30
</ button >
31
31
< ul class ="dropdown-menu " aria-labelledby ="previousVersionDropdown ">
32
+ < li > < a class ="dropdown-item " href ="# " value ="v2.2 "> Version 2.2</ a > </ li >
32
33
< li > < a class ="dropdown-item " href ="# " value ="v2.1 "> Version 2.1</ a > </ li >
33
34
< li > < a class ="dropdown-item " href ="# " value ="v2 "> Version 2</ a > </ li >
34
35
< li > < a class ="dropdown-item " href ="# " value ="v1.1 "> Version 1.1</ a > </ li >
43
44
} )
44
45
45
46
// get the version from url
46
- let version = 'v2.1 ' ;
47
+ let version = 'v2.2 ' ;
47
48
if ( window . location . search && window . location . search . length > 1 ) {
48
49
const versionParams = window . location . search . slice ( 1 ) . split ( "&" ) . filter ( function ( item ) {
49
50
return item . startsWith ( "version=" )
57
58
}
58
59
59
60
const sopFileName = {
61
+ 'v2.2' : 'OncoKB_Curation_Standard_Operating_Procedure_v2_2.pdf' ,
60
62
'v2.1' : 'OncoKB_Curation_Standard_Operating_Procedure_v2_1.pdf' ,
61
63
'v2' : 'OncoKB_Curation_Standard_Operating_Procedure_v2.pdf' ,
62
64
'v1.1' : 'OncoKB_Curation_Standard_Operating_Protocol_v1_1.pdf' ,
You can’t perform that action at this time.
0 commit comments