21 Commits

Author SHA1 Message Date
Jerome Jutteau
5b1592bcf4 [TASK] Update release process
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2022-07-06 20:09:46 +02:00
Jerome Jutteau
6895578805 Update CHANGELOG regarding new options
ref #303

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2022-07-02 17:00:52 +02:00
Oskar Fagerfjäll
3e84a5debe fix spelling mistakes 2022-04-07 07:32:53 +00:00
Jerome Jutteau
144887f157 [TASK] remove useless step
Now that a lot of checks are done throw CI, this step should not be needed anymore.

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2021-01-01 02:36:06 +01:00
Jerome Jutteau
b6f423726c [TASK] run php-cs-fixer
php-cs-fixer fix --rules=@PSR2 .

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-12-05 13:45:04 +01:00
Jerome Jutteau
1651878a56 [TASK] better to test docker image before releasing
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-12-02 21:33:44 +01:00
Jerome Jutteau
1adc727390 [TASK] move changelog and upgrade doc to separate file
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-11-15 22:09:11 +01:00
Jerome Jutteau
0b2a810134 [TASK] add REUSE compliance
Jirafeau is now compliant with version 3.0 of REUSE
More information on https://reuse.software/

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2019-12-17 19:31:29 +01:00
Jerome Jutteau
26d33edc6e Create an issue before releasing
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2019-12-17 18:14:51 +01:00
Jerome Jutteau
70d841a8fc Freeze next-release for at least week before releasing.
ref #203

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2019-11-23 00:25:32 +01:00
Jerome Jutteau
86058c0638 [TASK] update release task list
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2019-11-22 23:01:31 +01:00
Jerome Jutteau
b416a48deb [TASK] Add docker as part of the release process
Signed-off-by: Jerome Jutteau <j.jutteau@gmail.com>
2018-05-03 19:55:37 +02:00
Jerome Jutteau
8e63325625 [TASK] complete CONTRIBUTING.md
Signed-off-by: Jerome Jutteau <mojo@couak.net>
2017-09-08 16:16:15 +02:00
Dan Untenzu
16f840d39d [FEATURE] Docs: Note steps to prepare new releases
Write down all required steps for new releases.

Refs #104 #109
2017-02-23 18:34:20 +01:00
Dan Untenzu
3fe3552344 [FEATURE] Add walktrough to create merge requests
Explain a bit how merge requests are made on Gitlab
to easen the hurdle for new contributors.

Refs #104
2017-02-23 18:34:20 +01:00
Dan Untenzu
16ecb03f1e [FEATURE] Contribution Guide: Declare PSR-2 Coding Style
All PHP code should now follow PSR-2.
2017-02-23 18:34:20 +01:00
Dan Untenzu
913fb0f876 [FEATURE] Docs: Explain branches
Explain master and next-release branch.

Master should always be a live version only,
unless the version is changed to something like "2.0.0-dev".

Refs #
2017-02-23 18:34:20 +01:00
Dan Untenzu
4d41ec577b [FEATURE] Contribution guide: Revise structure
* Add description of new files
* Explain file system a bit further
* Fix some typos
2017-02-23 18:34:20 +01:00
Dan Untenzu
519d511faa [BUGFIX] Contribution: Fix structure markdown
Structure markdown needs a code block syntax,
to prevent wrong display.
2017-01-19 19:03:03 +00:00
Dan Untenzu
7d8055d7ad [FEATURE] Contribution guide: Revise chapters
* Add headlines
* Add note about the KISS principle of the project
* Fix some typos
2017-01-19 19:03:03 +00:00
Dan Untenzu
fe04c76a34 [FEATURE] Readme: Add link to contribution file
Its a common way to include a CONTRIBUTING.md file
(https://github.com/blog/1184-contributing-guidelines)
to explain developers things like code format, structures and
patch guidelines.

Rename the newcomers file to CONTRIBUTING.md and add
a link to it in the README.
2017-01-19 19:03:03 +00:00