@kai/show-next-version

1.0.0 • Public • Published

@kai/show-next-version

Preview what semantic-release thinks the next version will be for the current branch. And don't actually release anything.

Run it locally:

npx @kai/show-next-version

Run it in a GitHub Action:

    steps:
      - name: Checkout
        uses: actions/checkout@v2
        with:
          fetch-depth: 0
     - name: Setup Node.js
        uses: actions/setup-node@v1
        with:
          node-version: 14
      # ... others
      # ... steps
      - name: Preview next version and changelog
        run: npx @kai/show-next-version

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i @kai/show-next-version

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.07 kB

    Total Files

    8

    Last publish

    Collaborators

    • kai