Skip to content

Commit

Permalink
[DOC] Update "how to release a new version" section
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Oct 19, 2020
1 parent 5ff569c commit 5dfa253
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/DeveloperGuide/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,11 @@ See `/.github/workflows/release.yml` for more information.

* Create upgrade guide!
* Change version information in :code:`/ext_emconf.php`
* Change version information in :code:`/Documentation/Settings.yml` and :code:`/Documentation/Settings.cfg`
* Commit changes: No [XYZ] prefix, this commit message will be the TYPO3 TER release notice
* Change year in :code:`/Documentation/Settings.cfg` if needed
* Commit changes: Use [RELEASE] prefix, this commit message will be the TYPO3 TER release notice
* Add tag to release commit (format: "1.2.3")
* Change version information in :code:`/ext_emconf.php` to next bugfix version + "dev" (example: "1.2.4dev")
* Push GIT tag
* Push GIT changes incl. tag


**After a release**
Expand Down

0 comments on commit 5dfa253

Please sign in to comment.