mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-03 07:12:36 +00:00
Prepare the 4.2.0 release
Signed-off-by: Roland Dalmulder <contact@rolandd.com>
This commit is contained in:
parent
a6c73777b4
commit
1c859928b3
@ -2,12 +2,12 @@
|
|||||||
<extension type="component" version="4.0" method="upgrade">
|
<extension type="component" version="4.0" method="upgrade">
|
||||||
<name>com_patchtester</name>
|
<name>com_patchtester</name>
|
||||||
<author>Joomla! Project</author>
|
<author>Joomla! Project</author>
|
||||||
<creationDate>02-May-2021</creationDate>
|
<creationDate>28-January-2022</creationDate>
|
||||||
<copyright>(C) 2011 - 2012 Ian MacLennan, (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.</copyright>
|
<copyright>(C) 2011 - 2012 Ian MacLennan, (C) 2013 - 2018 Open Source Matters, Inc. All rights reserved.</copyright>
|
||||||
<license>GNU General Public License version 2 or later</license>
|
<license>GNU General Public License version 2 or later</license>
|
||||||
<authorEmail>admin@joomla.org</authorEmail>
|
<authorEmail>admin@joomla.org</authorEmail>
|
||||||
<authorUrl>https://www.joomla.org</authorUrl>
|
<authorUrl>https://www.joomla.org</authorUrl>
|
||||||
<version>4.1.0</version>
|
<version>4.2.0</version>
|
||||||
<description>COM_PATCHTESTER_XML_DESCRIPTION</description>
|
<description>COM_PATCHTESTER_XML_DESCRIPTION</description>
|
||||||
<scriptfile>script.php</scriptfile>
|
<scriptfile>script.php</scriptfile>
|
||||||
<install>
|
<install>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Creating a release
|
# Creating a release
|
||||||
1. Run the `release.php -v=x.x.x` with the new version number
|
1. Run the `release.php -v=x.x.x` with the new version number
|
||||||
2. Rever the changes in the `manifest.xml` that are not related to the release
|
2. Revert the changes in the `manifest.xml` that are not related to the release
|
||||||
2. Run the `build.sh x.x.x` with the new version number
|
2. Run the `build.sh x.x.x` with the new version number
|
||||||
3. Copy the SHA384 from the `checksums.json` file to the `manifest.xml`
|
3. Copy the SHA384 from the `packages/checksums.json` file to the `manifest.xml`
|
||||||
4. Upload the generated files to the Github release
|
4. Upload the generated files to the Github release
|
||||||
|
@ -41,11 +41,11 @@
|
|||||||
<type>component</type>
|
<type>component</type>
|
||||||
<version>4.1.0</version>
|
<version>4.1.0</version>
|
||||||
<client>administrator</client>
|
<client>administrator</client>
|
||||||
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.1.0</infourl>
|
<infourl title="Patch Tester Component">https://github.com/joomla-extensions/patchtester/releases/tag/4.2.0</infourl>
|
||||||
<downloads>
|
<downloads>
|
||||||
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.1.0/com_patchtester_4.1.0.zip</downloadurl>
|
<downloadurl type="full" format="zip">https://github.com/joomla-extensions/patchtester/releases/download/4.2.0/com_patchtester_4.2.0.zip</downloadurl>
|
||||||
</downloads>
|
</downloads>
|
||||||
<sha384>92a8627f90ddaf6efa573162774c82f7bc5628b3a4ee5862e651662e6e5b3c6d6c948793732cdd15d8c850768e3491ab</sha384>
|
<sha384>a4a4cc21051b8e6ca367eaa9c68553ea253ccce1be6db9c71c49a5ae0b57fbd389638dd827fd21aa169959a95c345fd1</sha384>
|
||||||
<tags>
|
<tags>
|
||||||
<tag>stable</tag>
|
<tag>stable</tag>
|
||||||
</tags>
|
</tags>
|
||||||
|
Loading…
Reference in New Issue
Block a user