A monorepo filled with useful utilities for Omlettes.
- Begin by installing the utility package your project wants to use.
yarn add @ouellettec/utils @ouellettec/utils-frontend ...
- Import and use the utilities as needed
import { Throwable } from "@ouellettec/utils"
- Make sure all code changes fre merged in.
- Make sure the packages being updated have new version numbers.
- This includes packages that consume other packages.
- Go to the GitHub Releases page
- Create a new release
- Name: v[Version]
- Description: All commits in change w/ descriptions
- The deployment will begin once you publish the release.