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.13 .github/workflows/changelog.yml
commonmeta-ruby-3.12.1 .github/workflows/changelog.yml
commonmeta-ruby-3.12.0 .github/workflows/changelog.yml
commonmeta-ruby-3.11.0 .github/workflows/changelog.yml
commonmeta-ruby-3.9.0 .github/workflows/changelog.yml
commonmeta-ruby-3.8.3 .github/workflows/changelog.yml
commonmeta-ruby-3.8.2 .github/workflows/changelog.yml
commonmeta-ruby-3.8.1 .github/workflows/changelog.yml
commonmeta-ruby-3.8.0 .github/workflows/changelog.yml
commonmeta-ruby-3.7.3 .github/workflows/changelog.yml
commonmeta-ruby-3.7.2 .github/workflows/changelog.yml
commonmeta-ruby-3.7.1 .github/workflows/changelog.yml
commonmeta-ruby-3.7.0 .github/workflows/changelog.yml
commonmeta-ruby-3.6.1 .github/workflows/changelog.yml
commonmeta-ruby-3.6 .github/workflows/changelog.yml
commonmeta-ruby-3.5.5 .github/workflows/changelog.yml
commonmeta-ruby-3.5.4 .github/workflows/changelog.yml
commonmeta-ruby-3.5.3 .github/workflows/changelog.yml
commonmeta-ruby-3.5.2 .github/workflows/changelog.yml
commonmeta-ruby-3.5.1 .github/workflows/changelog.yml