Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 334 Bytes

File metadata and controls

9 lines (6 loc) · 334 Bytes

opensearch-settings-cdk

Releasing a new version

  • (Almost certainly) be on latest main, with no unpublished changes
  • Run npm version (patch|minor|major) as appropriate
  • Run git push and git push origin TAG where TAG is the tag that npm version just created

The tag triggers a GitHub Actions job to publish to npm.