Skip to content

Commit cc687e3

Browse files
Github CI Runnerralflang
Github CI Runner
authored andcommitted
Released Imap_Client-3.0.0alpha5
1 parent eaf302b commit cc687e3

File tree

4 files changed

+9
-179
lines changed

4 files changed

+9
-179
lines changed

Diff for: composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"minimum-stability": "dev",
32
"name": "horde/imap_client",
43
"description": "IMAP client library",
54
"type": "library",
@@ -12,7 +11,7 @@
1211
"role": "lead"
1312
}
1413
],
15-
"time": "2022-10-08",
14+
"time": "2022-12-05",
1615
"repositories": [
1716
{
1817
"type": "composer",

Diff for: doc/Horde/Imap/Client/CHANGES

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
v3.0.0alpha5
33
------------
44

5-
6-
5+
|+
76

87
------------
98
v3.0.0alpha4

Diff for: doc/Horde/Imap/Client/changelog.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
state:
55
release: alpha
66
api: alpha
7-
date: 2022-10-08
7+
date: 2022-12-05
88
license:
99
identifier: LGPL-2.1
1010
uri: http://www.horde.org/licenses/lgpl21
1111
notes: |+
12-
1312
3.0.0alpha4:
1413
api: 3.0.0alpha1
1514
state:

Diff for: package.xml

+6-173
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<email>[email protected]</email>
1111
<active>no</active>
1212
</lead>
13-
<date>2022-10-08</date>
13+
<date>2022-12-05</date>
1414
<version>
1515
<release>3.0.0alpha5</release>
1616
<api>3.0.0alpha1</api>
@@ -21,14 +21,15 @@
2121
</stability>
2222
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
2323
<notes>
24-
*
24+
* |+
2525
</notes>
2626
<contents>
2727
<dir baseinstalldir="/" name="/">
2828
<dir name=".github">
2929
<dir name="workflows">
3030
<file name="ci.yml" role="php" />
3131
<file name="phpdoc.yml" role="php" />
32+
<file name="release.yml" role="php" />
3233
<file name="update-satis.yml" role="php" />
3334
</dir> <!-- /.github/workflows -->
3435
</dir> <!-- /.github -->
@@ -449,6 +450,7 @@
449450
<filelist>
450451
<install as="workflows/ci.yml" name=".github/workflows/ci.yml" />
451452
<install as="workflows/phpdoc.yml" name=".github/workflows/phpdoc.yml" />
453+
<install as="workflows/release.yml" name=".github/workflows/release.yml" />
452454
<install as="workflows/update-satis.yml" name=".github/workflows/update-satis.yml" />
453455
<install as="CHANGES" name="doc/Horde/Imap/Client/CHANGES" />
454456
<install as="examples/tutorial.md" name="doc/Horde/Imap/Client/examples/tutorial.md" />
@@ -656,175 +658,6 @@
656658
</filelist>
657659
</phprelease>
658660
<changelog>
659-
660-
661-
662-
663-
664-
665-
666-
667-
668-
669-
670-
671-
672-
673-
674-
675-
676-
677-
678-
679-
680-
681-
682-
683-
684-
685-
686-
687-
688-
689-
690-
691-
692-
693-
694-
695-
696-
697-
698-
699-
700-
701-
702-
703-
704-
705-
706-
707-
708-
709-
710-
711-
712-
713-
714-
715-
716-
717-
718-
719-
720-
721-
722-
723-
724-
725-
726-
727-
728-
729-
730-
731-
732-
733-
734-
735-
736-
737-
738-
739-
740-
741-
742-
743-
744-
745-
746-
747-
748-
749-
750-
751-
752-
753-
754-
755-
756-
757-
758-
759-
760-
761-
762-
763-
764-
765-
766-
767-
768-
769-
770-
771-
772-
773-
774-
775-
776-
777-
778-
779-
780-
781-
782-
783-
784-
785-
786-
787-
788-
789-
790-
791-
792-
793-
794-
795-
796-
797-
798-
799-
800-
801-
802-
803-
804-
805-
806-
807-
808-
809-
810-
811-
812-
813-
814-
815-
816-
817-
818-
819-
820-
821-
822-
823-
824-
825-
826-
827-
828661
<release>
829662
<version>
830663
<release>1.0.0alpha1</release>
@@ -3688,9 +3521,9 @@
36883521
<api>alpha</api>
36893522
</stability>
36903523
<date>2022-10-08</date>
3691-
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
3524+
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
36923525
<notes>
3693-
*
3526+
* |+
36943527
</notes>
36953528
</release>
36963529
</changelog>

0 commit comments

Comments
 (0)