Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When tagging for a release, the following commands can be used:

Code Block
git tag -sm "78.0.0-ONAP Release" 78.0.0-ONAP <optional-commit-id>
git push origin 78.0.0-ONAP

Most likely you will need 'gpg2' installed and configured for git in order to sign the tags. NOTE: ONAP is requiring that the tags be signed.

...