Skip to content

Commit

Permalink
Added merge request template. Bumped version also with `roddy.sh comp…
Browse files Browse the repository at this point in the history
…ile`
  • Loading branch information
vinjana committed Feb 3, 2023
1 parent 09973fe commit 45e4ed5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- detailed description of the changes and possible context -->

## Check

* [ ] The correct target branch is selected for merging? :sweat_smile:
* [ ] The merge request title concisely describes the changes
* [ ] The `README.md` concisely describes the changes classified as major, minor, patch.
* [ ] If a release is planned, Roddy's release procedure was followed
1. [ ] `buildinfo.txt` was modified to release number
2. [ ] `roddy.sh compile` was run to update `RoddyCore/src/de/dkfz/roddy/Constants.java`
3. [ ] Both files were checked in after modification

2 changes: 1 addition & 1 deletion RoddyCore/buildversion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
3.5
9
10
4 changes: 2 additions & 2 deletions RoddyCore/src/de/dkfz/roddy/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public class Constants {
// Application constants
/////////////////////////

public static final String APP_CURRENT_VERSION_STRING = "3.5.9";
public static final String APP_CURRENT_VERSION_BUILD_DATE = "Wed Oct 21 17:08:57 CEST 2020";
public static final String APP_CURRENT_VERSION_STRING = "3.5.10";
public static final String APP_CURRENT_VERSION_BUILD_DATE = "Fri Feb 03 13:04:15 CET 2023";
public static final String APP_PROPERTY_JOB_MANAGER_CLASS = "jobManagerClass";
public static final String APP_PROPERTY_FILESYSTEM_ACCESS_MANAGER_CLASS = "fileSystemAccessManagerClass";
public static final String APP_PROPERTY_EXECUTION_SERVICE_CLASS = "executionServiceClass";
Expand Down

0 comments on commit 45e4ed5

Please sign in to comment.