File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Creating a Dummylander Release
2
2
3
- When releasing a new version:
3
+ When releasing a new version do following in your working branch :
4
4
5
5
* Update version number to
6
6
* ` src/backend/lib/global_consts.php `
@@ -9,13 +9,10 @@ When releasing a new version:
9
9
* Make one GET to create default page
10
10
* ` md5sum dist/data/content.json ` and place the MD5 to ` test/backend/int/createfiles_test.php `
11
11
* Run ` make test-integration `
12
- * Commit following files as "Build X.X", where X.X is next version number
13
- * ` dist/index.php `
14
- * ` src/backend/lib/global_consts.php `
15
- * ` test/backend/int/createfiles_test.php `
16
- * ` test/backend/lib/TestHelpers.php `
12
+ * Commit following files as "Build X.X", where X.X is next version number:
13
+ * ` git add dist/index.php src/backend/lib/global_consts.php test/backend/int/createfiles_test.php test/backend/lib/TestHelpers.php `
14
+ * ` git commit -m "Build X.X" `
17
15
* ` git push `
18
16
* Create a pull request from working branch to ` master ` (GitHub UI)
19
17
* Make sure the tests pass (GitHub UI)
20
18
* Merge pull request (GitHub UI)
21
-
You can’t perform that action at this time.
0 commit comments