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.2.1 .github/workflows/changelog.yml
commonmeta-ruby-3.2.0 .github/workflows/changelog.yml
commonmeta-ruby-3.0.10 .github/workflows/changelog.yml
commonmeta-ruby-3.0.9 .github/workflows/changelog.yml
commonmeta-ruby-3.0.8 .github/workflows/changelog.yml
commonmeta-ruby-3.0.7 .github/workflows/changelog.yml
commonmeta-ruby-3.0.6 .github/workflows/changelog.yml
commonmeta-ruby-3.0.5 .github/workflows/changelog.yml
commonmeta-ruby-3.0.4 .github/workflows/changelog.yml
commonmeta-ruby-3.0.3 .github/workflows/changelog.yml
commonmeta-ruby-3.0.2 .github/workflows/changelog.yml
commonmeta-ruby-3.0.1 .github/workflows/changelog.yml
commonmeta-ruby-3.0.0 .github/workflows/changelog.yml
briard-2.9.4 .github/workflows/changelog.yml
briard-2.9.3 .github/workflows/changelog.yml
briard-2.9.2 .github/workflows/changelog.yml
briard-2.9.1 .github/workflows/changelog.yml
briard-2.9.0 .github/workflows/changelog.yml
briard-2.8.2 .github/workflows/changelog.yml
briard-2.8.1 .github/workflows/changelog.yml