Skip to content

Commit 58ab705

Browse files
authored
Merge pull request #8 from oncokb/include-2-2
Include SOP v2.2
2 parents 8a218b9 + 8e1010f commit 58ab705

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/release-drafter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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'
33
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
44
template: |
55
## Changes
66
$CHANGES
77
88
## 🕵️‍♀️ Full commit logs
99
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

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<span id="current-version-span"></span>
3030
</button>
3131
<ul class="dropdown-menu" aria-labelledby="previousVersionDropdown">
32+
<li><a class="dropdown-item" href="#" value="v2.2">Version 2.2</a></li>
3233
<li><a class="dropdown-item" href="#" value="v2.1">Version 2.1</a></li>
3334
<li><a class="dropdown-item" href="#" value="v2">Version 2</a></li>
3435
<li><a class="dropdown-item" href="#" value="v1.1">Version 1.1</a></li>
@@ -43,7 +44,7 @@
4344
})
4445

4546
// get the version from url
46-
let version = 'v2.1';
47+
let version = 'v2.2';
4748
if (window.location.search && window.location.search.length > 1) {
4849
const versionParams = window.location.search.slice(1).split("&").filter(function (item) {
4950
return item.startsWith("version=")
@@ -57,6 +58,7 @@
5758
}
5859

5960
const sopFileName = {
61+
'v2.2': 'OncoKB_Curation_Standard_Operating_Procedure_v2_2.pdf',
6062
'v2.1': 'OncoKB_Curation_Standard_Operating_Procedure_v2_1.pdf',
6163
'v2': 'OncoKB_Curation_Standard_Operating_Procedure_v2.pdf',
6264
'v1.1': 'OncoKB_Curation_Standard_Operating_Protocol_v1_1.pdf',
16.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)