Skip to content

How to Create a Release

George M. Dias edited this page Jan 27, 2025 · 6 revisions
  1. Update the version number in the package.json file. You can do this on the main branch or on another branch and merge to main.
  1. Commit the new package.json file. You can do this on the main branch.
  2. Go to the release page
  3. Click on the newly created Draft release button (the release numeric value)
  4. On the release page, click on the edit button. Ensure that the title matches the tag version number.
  5. Make any necessary comments on the release notes (follow the previous release comment pattern).
  6. Check the Set as the latest release button.
  7. Click the Publish release button.
  8. (Optional) If it is desired to immediately update the SAF CLI with the newest dependency for ts-inspec-objects, update the tag in the package.json of the SAF CLI with @mitre/inspec-objects: "^<new-version>" and release the SAF CLI using the release instructions.

image

InSpec Object

Support utility for security automation


Table of Contents

Common Instructions


Developers Corner

Clone this wiki locally