JSPM

  • Created
  • Published
  • Downloads 12306
  • Score
    100M100P100Q128041F
  • License MIT

Generate changelog for GitHub.

Package Exports

  • changelogithub

Readme

changelogithub

Generate changelog for GitHub.

In GitHub Actions:

# .github/workflows/release.yml

name: Release

on:
  push:
    tags:
      - 'v*'

jobs:
  release:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        with:
          fetch-depth: 0

      - uses: actions/setup-node@v3
        with:
          node-version: 16.x

      - run: npx changelogithub
        env:
          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

License

MIT 2022 Anthony Fu