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
package.json
3. Commit and push your changes to main
4. Create new release with GitHub CLI like: ``` gh release create v[VERSION] --targpackage.json
main
gh release create v[VERSION] --target=main