@ffflorian/semantic-release-config

0.7.2 • Public • Published

@ffflorian/semantic-release-config npm version

My personal semantic-release configuration.

Usage

Install:

yarn add -D @ffflorian/semantic-release-config \
            semantic-release \
            @semantic-release/changelog \
            @semantic-release/git

Edit package.json:

{
  // ...
  "release": {
    "extends": "@ffflorian/semantic-release-config"
  },
  // ...
  "scripts": {
    "release": "semantic-release"
  }
}

Edit .github/workflows/<your-workflow>

jobs:
  <job-name>:
    steps:
      - name: Release
        run: |
          # test and build
          # set up git
          yarn release

Package Sidebar

Install

npm i @ffflorian/semantic-release-config

Weekly Downloads

8

Version

0.7.2

License

GPL-3.0

Unpacked Size

42.5 kB

Total Files

5

Last publish

Collaborators

  • ffflorian