https://github.com/tailor-platform/function
https://github.com/tailor-platform/function
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tailor-platform/function
- Owner: tailor-platform
- Created: 2025-02-21T05:21:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-22T14:00:49.000Z (5 months ago)
- Last Synced: 2026-01-22T15:26:14.275Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 276 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# npm packages for Tailor Platform Function service
## Development Workflow
This repository uses [Changesets](https://github.com/changesets/changesets) for version management and publishing.
### Creating a Changeset
Run the following command at the root of the repository:
```bash
pnpm changeset
```
We recommend creating a changeset for every PR that includes functional changes.
### Release Process
1. When a PR with changesets is merged, a "Version Packages" PR is automatically created or updated
2. This PR shows the final CHANGELOG updates and the versions that will be published for each package
3. Merging the "Version Packages" PR automatically publishes the packages to npm
For more details, see the [Changesets documentation](https://github.com/changesets/changesets) and [Changesets GitHub Action](https://github.com/changesets/action).