Sha256: f5430862a07a0bd406540a091c09d214c723691bd4b25a0901bdffcff45c763b

Contents?: true

Size: 833 Bytes

Versions: 103

Compression:

Stored size: 833 Bytes

Contents

name: Changelog

on:
  pull_request:
    types: [closed]

  release:
    types: [published]

  issues:
    types: [closed, edited]

jobs:
  generate_changelog:
    runs-on: ubuntu-latest
    name: Generate changelog
    steps:
      - uses: actions/checkout@v1

      - name: Generate changelog
        uses: charmixer/auto-changelog-action@v1.4
        with:
          token: ${{ secrets.GITHUB_TOKEN }}

      - name: Commit files
        run: |
          git config --local user.email "action@github.com"
          git config --local user.name "GitHub Action"
          git add CHANGELOG.md && git commit -m 'Updated CHANGELOG.md'

      - name: Push changes
        uses: ad-m/github-push-action@v0.6.0
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          branch: 'refs/heads/master'
          tags: false

Version data entries

103 entries across 103 versions & 2 rubygems

Version Path
commonmeta-ruby-3.5 .github/workflows/changelog.yml
commonmeta-ruby-3.4.5 .github/workflows/changelog.yml
commonmeta-ruby-3.4.4 .github/workflows/changelog.yml
commonmeta-ruby-3.4.3 .github/workflows/changelog.yml
commonmeta-ruby-3.4.2 .github/workflows/changelog.yml
commonmeta-ruby-3.4.1 .github/workflows/changelog.yml
commonmeta-ruby-3.4.0 .github/workflows/changelog.yml
commonmeta-ruby-3.3.18 .github/workflows/changelog.yml
commonmeta-ruby-3.3.17 .github/workflows/changelog.yml
commonmeta-ruby-3.3.16 .github/workflows/changelog.yml
commonmeta-ruby-3.3.15 .github/workflows/changelog.yml
commonmeta-ruby-3.3.14 .github/workflows/changelog.yml
commonmeta-ruby-3.3.13 .github/workflows/changelog.yml
commonmeta-ruby-3.3.12 .github/workflows/changelog.yml
commonmeta-ruby-3.3.11 .github/workflows/changelog.yml
commonmeta-ruby-3.3.10 .github/workflows/changelog.yml
commonmeta-ruby-3.3.9 .github/workflows/changelog.yml
commonmeta-ruby-3.3.8 .github/workflows/changelog.yml
commonmeta-ruby-3.3.7 .github/workflows/changelog.yml
commonmeta-ruby-3.3.6 .github/workflows/changelog.yml