github-action-jwage-changelog-generator

Github Action that wraps jwage/changelog-generator and generates the changelog for the given milestone.

MIT License

Stars
4
Committers
3

Bot releases are visible (Hide)

github-action-jwage-changelog-generator - v1.4.0 Latest Release

Published by github-actions[bot] 5 months ago

v1.4.0

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

Dependencies 📦

Dependencies 📦,Enhancement ✨

Enhancement ✨

github-action-jwage-changelog-generator - v1.3.1

Published by github-actions[bot] almost 2 years ago

v1.3.1

  • Total issues resolved: 0
  • Total pull requests resolved: 0
  • Total contributors: 0
github-action-jwage-changelog-generator - v1.3

Published by github-actions[bot] almost 2 years ago

Reference tag to v1.3.0

github-action-jwage-changelog-generator - v1.3.0

Published by github-actions[bot] almost 2 years ago

v1.3.0%0A======%0A%0A- Total issues resolved: 0%0A- Total pull requests resolved: 2%0A- Total contributors: 2%0A%0ADependencies 📦%0A--------------%0A%0A - 47: Update to PHP 8.2 thanks to @WyriHaximus%0A - 45: Bump laminas/laminas-diactoros from 2.5.0 to 2.13.0 thanks to @dependabot[bot]

github-action-jwage-changelog-generator - v1.2.0

Published by github-actions[bot] over 3 years ago

With this release, support has been added for grouping by specific labels:

      - name: Generate changelog
        uses: WyriHaximus/github-action-jwage-changelog-generator@v1
        id: changelog
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        with:
          milestone: ${{ github.event.milestone.title }}
          labels: "Bug 🐞,Feature 🏗,Enhancement ✨,Dependencies 📦"

v1.2.0

  • Total issues resolved: 0
  • Total pull requests resolved: 7
  • Total contributors: 2

Dependencies 📦,Feature 🏗

Enhancement ✨

Dependencies 📦,Enhancement ✨

Dependencies 📦

github-action-jwage-changelog-generator - v1.2

Published by github-actions[bot] over 3 years ago

Reference tag to v1.2.0

github-action-jwage-changelog-generator - v1.1.0

Published by github-actions[bot] over 3 years ago

v1.1.0

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

Dependencies 📦,PHP 🐘

Bug 🐞

github-action-jwage-changelog-generator - v1.1

Published by github-actions[bot] over 3 years ago

Reference tag to v1.1.0

github-action-jwage-changelog-generator - v1.0.4

Published by github-actions[bot] over 4 years ago

v1.0.4

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

Configuration ⚙,YAML 🍄

github-action-jwage-changelog-generator - v1.0.3

Published by github-actions[bot] over 4 years ago

v1.0.3

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

Configuration ⚙,YAML 🍄

github-action-jwage-changelog-generator - v1.0.2

Published by github-actions[bot] over 4 years ago

v1.0.2

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

Configuration ⚙

github-action-jwage-changelog-generator - v1.0.1

Published by github-actions[bot] over 4 years ago

v1.0.1

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

Configuration ⚙

github-action-jwage-changelog-generator - v1.0.0

Published by github-actions[bot] over 4 years ago

Github Action wrapping jwage/changelog-generator

Github Action that wraps jwage/changelog-generator and generates the changelog for the given milestone.

Example output showing this action in action

Output

This action has only one output, namely changelog, container the generate changelog.

Example

The following generates a changelog on a milestone close

name: Create Release
on:
  milestone:
    types:
      - closed
jobs:
  generate:
    steps:
      - name: Generate changelog
        uses: WyriHaximus/github-action-jwage-changelog-generator@v1
        id: changelog
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        with:
          milestone: ${{ github.event.milestone.title }}
      - name: Show changelog
        run: echo "${CHANGELOG}"
        env:
          CHANGELOG: ${{ steps.changelog.outputs.changelog }}

v1.0.0

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

Bug 🐞,CI 🚧,YAML 🍄

Dependencies 📦,PHP 🐘

CI 🚧,Enhancement ✨

CI 🚧

CI 🚧,Docker 🐳,Enhancement ✨

Bug 🐞

Dependencies 📦,Docker 🐳

Enhancement ✨,Image 🖼

Enhancement ✨,Feature 🏗

Enhancement ✨

Documentation 📚,Enhancement ✨

Bug 🐞,Documentation 📚

github-action-jwage-changelog-generator - v1.0

Published by github-actions[bot] over 4 years ago

Reference tag to v1.0.0

github-action-jwage-changelog-generator - v1

Published by github-actions[bot] over 4 years ago

Reference tag to v1.0.0