Skip to content

How to Create a Release

Emily Rodriguez edited this page Mar 31, 2023 · 5 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.
  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.
Clone this wiki locally