Skip to content

Commit

Permalink
Merge pull request #9 from nxt-dev/ReleaseGraphUpdates
Browse files Browse the repository at this point in the history
Release editor-v3.3.7
  • Loading branch information
ImLucasBrown authored Nov 26, 2020
2 parents 3c4d8a5 + e019a22 commit 8f5c869
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions build/release.nxt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"import shutil",
"# Internal",
"import nxt",
"from nxt.constants import API_VERSION",
"from nxt.constants import API_VERSION, GRAPH_VERSION",
"from nxt_editor.constants import EDITOR_VERSION"
]
},
Expand Down Expand Up @@ -144,7 +144,13 @@
}
},
"/ReleaseLoop": {
"execute_in": "/make_module_folder"
"execute_in": "/make_module_folder",
"attrs": {
"release_types": {
"type": "tuple",
"value": "(${/versions.EDITOR},)"
}
}
},
"/ValidatePushed/GetRemoteHEAD": {
"attrs": {
Expand Down
2 changes: 1 addition & 1 deletion nxt_editor/version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"EDITOR": {
"MAJOR": 3,
"MINOR": 3,
"PATCH": 6
"PATCH": 7
}
}

0 comments on commit 8f5c869

Please sign in to comment.