Skip to content
Thatchapon Unprasert edited this page Nov 13, 2024 · 2 revisions

Welcome to the eslint-config-agoda wiki!

How to publish a prerelease

You can use our GitHub workflow to publish a prerelease to NPM from your branch.

  1. Go to Actions tab of this project

  2. Select the workflow Publish to NPM registry (Prerelease)

  3. Click Run workflow dropdown

  4. Click the branch dropdown

  5. Select your branch

instruction

  1. Click Run workflow button

run-workflow

  1. Go to Actions tab again, you should see your workflow being executed, click on the workflow

workflow-executing

  1. Click build step

build-step

  1. Click on the step Run pnpm publish --tag alpha --no-git-checks to expand the log

  2. Your prerelease version is at the end of the log, in this case is 4.6.1-without-style.13.1

published-version

Clone this wiki locally