-
Notifications
You must be signed in to change notification settings - Fork 1
How to Create a Release
Emily Rodriguez edited this page Mar 31, 2023
·
5 revisions
- 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.
- Reference https://semver.org/ for how to update the version number.
- Commit the new package.json file. You can do this on the main branch.
- Go to the release page
- Click on the newly created
Draft
release button (the release numeric value) - On the release page, click on the edit button. Ensure that the title matches the tag version number.
- Make any necessary comments on the release notes.
- Check the
Set as the latest release
button. - Click the
Publish
release button. - (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.
Typescript 🧾 objects 🎛️ for InSpec 🔎 profiles 📄