Sha256: b89e28c3ff63f6d6f2907f564ea54a8febefd001fa7de341c23a3ddfadd96d3e

Contents?: true

Size: 859 Bytes

Versions: 8

Compression:

Stored size: 859 Bytes

Contents

name: Changelog
on:
  push:
    branches:
      - main
  workflow_dispatch:
jobs:
  changelog:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - uses: yykamei/actions-date@main
        id: date
      - uses: yykamei/actions-update-changelog@main
        with:
          since-tag: v1.1.0
      - uses: yykamei/actions-git-push@main
        with:
          commit-message: Update CHANGELOG.md
          branch: update-changelog-${{ steps.date.outputs.date }}
      - uses: yykamei/actions-gh-pr-create@main
        with:
          branch: update-changelog-${{ steps.date.outputs.date }}
          title: Update CHANGELOG.md
          label: chore
          body: |
            *This pull request was automatically created to make CHANGELOG.md the latest*.

            Check the files changes and merge if the changes make sense.

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fablicop-1.10.1 .github/workflows/changelog.yml
fablicop-1.10.0 .github/workflows/changelog.yml
fablicop-1.9.0 .github/workflows/changelog.yml
fablicop-1.8.0 .github/workflows/changelog.yml
fablicop-1.7.0 .github/workflows/changelog.yml
fablicop-1.6.0 .github/workflows/changelog.yml
fablicop-1.5.0 .github/workflows/changelog.yml
fablicop-1.4.1 .github/workflows/changelog.yml