newsifier-types
v3.4.9
Published
### Deploy a new release 1. Install [GitHub CLI](https://cli.github.com/) on your machine 2. Update version inside `package.json` 3. Commit and push your changes to `main` 4. Create new release with GitHub CLI like: ``` gh release create v[VERSION] --targ
Downloads
38
Readme
Newsifier Types
Deploy a new release
- Install GitHub CLI on your machine
- Update version inside
package.json
- Commit and push your changes to
main
- Create new release with GitHub CLI like:
gh release create v[VERSION] --target=main