Verified Commit ec66214f authored by bmortier's avatar bmortier
Browse files

:ambulance: fix(merge) forgot files leftover from the merge


Signed-off-by: bmortier's avatarBenoit Mortier <benoit.mortier@fusiondirectory.org>
No related merge requests found
Showing with 0 additions and 295 deletions
+0 -295
How to release a Argonaut Version
==================================
- Update AUTHORS.md file
- Updates the Changelog.md
- Regenerate the manpages with the new version
- Merge the branch into master
All those operations have to be made onto the 1.x-fixes branch each one
of them inside a ticket with the label ~release and with a **MR**
Update the AUTHORS file
^^^^^^^^^^^^^^^^^^^^^^^
Add the authors of all the patchs we received to the AUTHORS file
::
* Markus Amersdorfer <der.plusch@subnet.at>
Wiki setup, Testing, hints, proposals
Updates the Changelog.md
^^^^^^^^^^^^^^^^^^^^^^^^
To update the Changelog.md you must first run the following command, at the end you have to put the milestone you want a changelog for
.. code:: shell
gitlab_changelog.py --config-file ~/.python-gitlab.cfg --gitlab fd --project "fusiondirectory/argonaut" "Argonaut 1.3.1"
Update the user documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
open an issue ins the `user manual issues`_ to update the release notes for
the supported version, label this issue ~release and with the correct
milestone
The content should got into **source/argonaut/update/supported**
the file should be named like in this example current version to new version
1.3-to-1.3.1.rst
Update the UPGRADE documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Update UPGRADE.md with a new section for the new version corresponding
to what you have put into `user manual supported`_ after updating the documentation
for the release
you can run for example
.. code:: shell
pandoc --from rst --to markdown -o 1.3-to-1.3.1.md 1.3-to-1.3.1.rst
directly in the user-manual source to generate the content to copy/paste at the end of UPGRADE.MD
Update manpages
^^^^^^^^^^^^^^^
Regenerate the manpages with the new version, use the
**update-manpages.sh** from the dev-tools
.. code:: shell
update-manpages.sh fusiondirectory 1.2.3
Merge the fixes branch into master
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Only a gitlab master account user can do the merge on the master branch
Tag the release
^^^^^^^^^^^^^^^
After merging the release we need to tag the release. go to `Argonaut tags`_
- Paste the Changelog.md corresponding to the release we just made
- Upload the fusiondirectory-xxx.tar.gz and
fusiondirectory-plugins-xxx.tar.gz to the tag
.. _user manual issues: https://gitlab.fusiondirectory.org/fusiondirectory/user-manual/-/issues
.. _user manual supported : https://fusiondirectory-user-manual.readthedocs.io/en/latest/fusiondirectory/update/supported/index.html
.. _Argonaut tags : https://gitlab.fusiondirectory.org/fusiondirectory/argonaut/-/tags
.. _schema history : https://gitlab.fusiondirectory.org/fusiondirectory/schema-history/pipelines
How to release a FusionDirectory Version
========================================
- Updates the locales
- Increment FusionDirectory version
- Update the AUTHORS.md file
- Updates the Changelog.md in fusiondirectory and
fusiondirectory-plugins
- Write the upgrade documentation
- Update the UPGRADE.md
- Regenerate the manpages with the new version
- Merge the branch into master for fusiondirectory and fusiondirectory
plugins
All those operations have to be made onto the 1.x-fixes branch each one
of them inside a ticket with the label ~release and with a **MR**
Updates the locales
^^^^^^^^^^^^^^^^^^^
Update the locales from transifex in fusiondirectory and
fusiondirectory-plugins
.. code:: shell
tx pull -a -f
Increment FusionDirectory version
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
open **include/variables_common.inc**
Change the version number in :
.. code:: php
define ("FD_VERSION", "1.2.x");
Update the AUTHORS file
^^^^^^^^^^^^^^^^^^^^^^^
Add the authors of all the patchs we received to the AUTHORS file
::
* Markus Amersdorfer <der.plusch@subnet.at>
Wiki setup, Testing, hints, proposals
Updates the Changelog.md
^^^^^^^^^^^^^^^^^^^^^^^^
To update the Changelog.md you must first run the following command, at the end you have to put the milestone you want a changelog for
.. code:: shell
gitlab_changelog.py --config-file ~/.python-gitlab.cfg --gitlab fd --project "fusiondirectory/fd" --project "fusiondirectory/fd-plugins" "FusionDirectory 1.3.1"
Update the user documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
open an issue ins the `user manual issues`_ to update the release notes for
the supported version, label this issue ~release and with the correct
milestone
The content should got into **source/fusiondirectory/update/supported**
the file should be named like in this example current version to new version
1.3-to-1.3.1.rst
Update the UPGRADE documentation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Update UPGRADE.md with a new section for the new version corresponding
to what you have put into `user manual supported`_ after updating the documentation
for the release
you can run for example
.. code:: shell
pandoc --from rst --to markdown -o 1.3-to-1.3.1.md 1.3-to-1.3.1.rst
directly in the user-manual source to generate the content to copy/paste at the end of UPGRADE.MD
Update manpages
^^^^^^^^^^^^^^^
Regenerate the manpages with the new version, use the
**update-manpages.sh** from the dev-tools
.. code:: shell
update-manpages.sh fusiondirectory 1.2.3
this as to be done for fusiondirectory
Merge the fixes branch into master
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Only a gitlab master account user can do the merge on the master branch
Tag the release
^^^^^^^^^^^^^^^
After merging the release we need to tag the release. go to `FusionDirectory tags`_ and `FusionDirectory Plugin tags`_
- Paste the Changelog.md corresponding to the release we just made
- Upload the fusiondirectory-xxx.tar.gz and
fusiondirectory-plugins-xxx.tar.gz to the tag
Run the ci for the schema-history website
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Once the tags for a release are created in both fusiondirectory and
fusiondirectory-plugins, the CI of schema-history project needs to run
to update the schema website.
The CI is at `schema history`_
.. _user manual issues: https://gitlab.fusiondirectory.org/fusiondirectory/user-manual/-/issues
.. _user manual supported : https://fusiondirectory-user-manual.readthedocs.io/en/latest/fusiondirectory/update/supported/index.html
.. _FusionDirectory tags : https://gitlab.fusiondirectory.org/fusiondirectory/fd/tags
.. _FusionDirectory Plugin tags : https://gitlab.fusiondirectory.org/fusiondirectory/fd-plugins/tags
.. _schema history : https://gitlab.fusiondirectory.org/fusiondirectory/schema-history/pipelines
Create the new features branch for FusionDirectory and Argonaut
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Create the new milestone
- Create the new features branch from master
- Remove branch that we just merged
- Merge Changelog.md, AUTHORS.md, UPGRADE.md into fusiondirectory developement
version
- Merge Changelog.md into fusiondirectory-plugins -dev version
- Update include/variables_common.inc, only if you create a new feature branch for FusionDirectory
Create the new milestone
^^^^^^^^^^^^^^^^^^^^^^^^
- got to FusionDirectory `milestones`_ and create the new milestone
- For FusionDirectory
- FusionDirectory 1.3.x
- Start date, date of the milestone creation
- Stop date is start date + 3 month
- For Argonaut
- Argonaut 1.3.x
- Start date, date of the milestone creation
- Stop date is start date + 3 month
Create a new fixes branch from master
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The branch should be named with the version of the release followed by **-fixes**.
ex: **1.3** is released the feature branch is **1.3-fixes**
Remove the branch we just merged
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Merge Changelog.md, Authors.md, UPGRADE.md into into the developement branch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This operation have inside a ticket with the label ~release and with a
**MR**
Changelog.md, AUTHORS.md, UPGRADE.md have to be merged into the developement branch
after a release to ensure that the merge from the -dev to master will be easy.
* Create a new merge request from the developement branch
* Push into the developpement branch the needed files
.. code:: bash
git checkout 1.2.1-fixes -- AUTHORS.md
.. code:: bash
git checkout 1.2.1-fixes -- Changelog.md
.. code:: bash
git checkout 1.2.1-fixes -- UPGRADE.md
Increment FusionDirectory version
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Only if you create a new feature branch for FusionDirectory
open include/variables_common.inc
Change the version number in :
.. code:: php
define ("FD_VERSION", "1.2-fixes");
.. _milestones : https://gitlab.fusiondirectory.org/groups/fusiondirectory/-/milestones
.. _user manual issues: https://gitlab.fusiondirectory.org/fusiondirectory/user-manual/-/issues
.. _user manual supported : https://fusiondirectory-user-manual.readthedocs.io/en/latest/fusiondirectory/update/supported/index.html
.. _Argonaut tags : https://gitlab.fusiondirectory.org/fusiondirectory/argonaut/-/tags
.. _schema history : https://gitlab.fusiondirectory.org/fusiondirectory/schema-history/pipelines
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment