Skip to content

Releases: laminas/automatic-releases

1.3.0

26 Aug 19:43
1.3.0
Compare
Choose a tag to compare

1.3.0 - 2020-08-26

Added

  • Nothing.

Changed

  • #58 updates the "Release" step such that:
    • It now always uses jwage/changelog-generator to generate release notes.
    • IF a CHANGELOG.md file is present:
      • IF it contains changes for the target version, it appends the generated release notes to the changes for that version.
      • OTHERWISE it replaces the contents for the target version with the generated release notes.
      • And then it commits and pushes the file to the originating branch before it tags and releases.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

Release Notes for 1.3.0

1.3.0

  • Total issues resolved: 0
  • Total pull requests resolved: 9
  • Total contributors: 3

Bug,Documentation

Bug

Enhancement,Review Needed

Documentation,Enhancement

1.2.4

14 Aug 13:58
1.2.4
06b2902
Compare
Choose a tag to compare

Release 1.2.4

1.2.4

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

1.2.3

13 Aug 16:04
1.2.3
881d4a4
Compare
Choose a tag to compare

Release 1.2.3

1.2.3

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

1.2.2

12 Aug 20:39
1.2.2
a048deb
Compare
Choose a tag to compare

Release 1.2.2

1.2.2

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug,Review Needed

1.2.1

12 Aug 17:34
1.2.1
01ddc3d
Compare
Choose a tag to compare

Release 1.2.1

1.2.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

1.2.0

12 Aug 17:05
1.2.0
Compare
Choose a tag to compare

Added

  • #40 adds a new command, laminas:automatic-releases:bump-changelog. When a CHANGELOG.md file is present in the repository, it will add an entry in the file for the next patch-level release to the target branch of the closed milestone. The patch also adds the command to the end of the suggested workflow configuration.

Changed

  • #40 updates the laminas:automatic-releases:switch-default-branch-to-next-minor command such that if a CHANGELOG.md file is present in the repository, and a new minor release branch is created, it adds an entry to the file for the next minor release.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #41 fixes an issue that occurred when attempting to commit changes to the CHANGELOG.md.

Release 1.2.0

1.2.0

  • Total issues resolved: 3
  • Total pull requests resolved: 7
  • Total contributors: 4

Bug

Enhancement,Review Needed

Enhancement

Documentation,Enhancement

1.1.0

06 Aug 16:45
1.1.0
Compare
Choose a tag to compare

Added

  • #18 adds support for using CHANGELOG.md files in Keep-A-Changelog format for the release notes. When such a file is found, the tooling will set the release date in the file, commit and push it, and then extract that changelog version to use in the release notes. It still pulls release notes from patches associated with the milestone as well, in order to provide attribution and provide additional insight into the changes associated with the release.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

Release 1.1.0

1.1.0

  • Total issues resolved: 2
  • Total pull requests resolved: 8
  • Total contributors: 6

Documentation

Enhancement

Enhancement,Review Needed

Documentation,Enhancement

1.0.1

30 Jul 11:57
1.0.1
3529e49
Compare
Choose a tag to compare

Release 1.0.1

1.0.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

Awaiting Maintainer Response,Feature Request,Help Wanted

1.0.0

28 Jul 16:10
1.0.0
1d4b0b9
Compare
Choose a tag to compare

0.0.1alpha1

27 Jul 18:38
0fc020d
Compare
Choose a tag to compare
0.0.1alpha1 Pre-release
Pre-release
Merge pull request #10 from laminas/fix/#8-remove-git-dir-from-being-…