FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

openworkflow/.changeset at main · openworkflowdev/openworkflow · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
  1. npx @changesets/cli to create a changeset file
  2. npx @changesets/cli version to bump the versions according to changeset-specified versions
  3. npm i to update the package-lock.json
  4. Make sure the README is updated to reflect any changes, since updates after publishing will not be shown on npm.
  5. Commit the version bump
  6. npm login to refresh the auth token
  7. npx @changesets/cli publish to publish the new version to npm, which also creates git tags
  8. git push && git push --tags
  9. For each new tag, gh release create <tag> to create a GitHub release, then paste the version's section from the package's CHANGELOG.md as the body. If a new openworkflow core version was published, run gh release edit openworkflow@<version> --latest to mark it as the repository's Latest release
  10. git checkout docs && git merge main && git push && git checkout main to update the docs

Back | FazBrowse Home | New Git URL