Skip to content

Releases: laminas/automatic-releases

1.6.0

03 Sep 17:33
1.6.0

Choose a tag to compare

1.6.0 - 2020-09-03


Release Notes for 1.6.0

Feature release (minor)

1.6.0

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

Enhancement

1.5.0

31 Aug 21:02
1.5.0

Choose a tag to compare

1.5.0 - 2020-08-31


Release Notes for 1.5.0

1.5.0

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

Enhancement

1.4.0

31 Aug 18:43
1.4.0

Choose a tag to compare

1.4.0 - 2020-08-31


Release Notes for 1.4.0

1.4.0

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

Enhancement

1.3.0

26 Aug 19:43
1.3.0

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

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

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

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

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

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

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