inmanta / std

The inmanta std module
0 stars 6 forks source link

Constrain core ISO7 #539

Closed hlloreda closed 2 months ago

hlloreda commented 2 months ago

Description

Add a constraint to Inmanta core for ISO7 through the CI-install target.

note: to add a changelog entry and bump the version number: inmanta module release --dev [--major|--minor|--patch] [--changelog-message "<your_changelog_message>"]

Merge procedure

  1. merge using the merge button
  2. Wait for tests to pass
  3. Add the tag and push it back
git checkout master
git pull
inmanta module release
git push
git push {tag} # push the tag as well
  1. Remove the branch

Self Check:

Strike through any lines that are not applicable (~~line~~) then check the box

hlloreda commented 2 months ago

Blocked on https://github.com/inmanta/irt/pull/2183