0.3.23 • Published 10 days ago

githublogen v0.3.23

Weekly downloads
-
License
MIT
Repository
github
Last release
10 days ago

githublogen

Generate changelog for GitHub releases from Conventional Commits, powered by changelogithub.

Auto Generate CHANGELOG.md from Conventional Commits, powered by changelogen.

Usage

In GitHub Actions:

# .github/workflows/release.yml

name: Release

permissions:
  contents: write

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 githublogen
        env:
          GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

It will be trigged whenever you push a tag to GitHub that starts with v.

Configuration

You can put a configuration file in the project root, named as githublogen.config.{json,ts,js,mjs,cjs}, .githublogenrc or use the githublogen field in package.json.

Preview Locally

npx githublogen --dry
0.3.23

10 days ago

0.3.17

13 days ago

0.3.16

13 days ago

0.3.20

13 days ago

0.3.22

13 days ago

0.3.21

13 days ago

0.3.19

13 days ago

0.3.18

13 days ago

0.3.15

2 months ago

0.3.14

2 months ago

0.3.14-beta.0

2 months ago

0.3.14-beta.1

2 months ago

0.3.13

2 months ago

0.3.13-beta.0

2 months ago

0.3.12

4 months ago

0.3.9

4 months ago

0.3.11

4 months ago

0.3.10

4 months ago

0.3.9-beta.0

4 months ago

0.3.9-beta.3

4 months ago

0.3.9-beta.1

4 months ago

0.3.6

5 months ago

0.3.5

5 months ago

0.3.8

5 months ago

0.3.7

5 months ago

0.3.0

9 months ago

0.3.2

9 months ago

0.3.1

9 months ago

0.3.4

9 months ago

0.3.3

9 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

12 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.0

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago