Skip to content

Commit 1097a4e

Browse files
committedMay 16, 2020
Minor additions
1 parent 7474a5f commit 1097a4e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed
 

‎RELEASE.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Creating a Dummylander Release
22

3-
When releasing a new version:
3+
When releasing a new version do following in your working branch:
44

55
* Update version number to
66
* `src/backend/lib/global_consts.php`
@@ -9,13 +9,10 @@ When releasing a new version:
99
* Make one GET to create default page
1010
* `md5sum dist/data/content.json` and place the MD5 to `test/backend/int/createfiles_test.php`
1111
* 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"`
1715
* `git push`
1816
* Create a pull request from working branch to `master` (GitHub UI)
1917
* Make sure the tests pass (GitHub UI)
2018
* Merge pull request (GitHub UI)
21-

0 commit comments

Comments
 (0)
Please sign in to comment.