Skip to content

Commit 691bd15

Browse files
committed
streamline CI
1 parent e854521 commit 691bd15

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

readme.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,15 +177,17 @@ npm i -D eslint prettier @typescript-eslint/eslint-plugin eslint-plugin-prettier
177177
}
178178
```
179179

180-
## Publish
180+
## Build & Publish
181181

182-
To publish the package commit all changes and push them to main. Then run one of the following commands locally:
182+
To build and publish the package, visit the GitHub Actions page of the repository.
183183

184-
```sh
185-
npm version patch
186-
npm version minor
187-
npm version major
188-
```
184+
You can choose between two workflows:
185+
- `Release Package` to publish a new version of the package.
186+
- `Pre-Release Package` to publish a new pre-release version of the package.
187+
188+
**Note:** Pre-releases need to be supplied with a pre-id.
189+
190+
**Note:** To increment a pre-release, you have to run the normal release workflow and select "prerelease". For this action you need to already be on a pre-release version.
189191

190192
## Information
191193

0 commit comments

Comments
 (0)