Actions
Feature #3614
closedTag the Puppet module repositories with version numbers
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Foreman modules
Target version:
-
Description
Right now none of the Foreman Puppet modules have Git tags. This makes it hard to track dependencies between modules or to manage them with tools like librarian-puppet.
I suggest one or both of the following tag strategies:
- Tag modules individually to reflect local changes, preferably with SemVer. This is Puppet Labs' recommended method and makes the most sense for module use outside the Foreman project.
- Tag them as part of the larger release cycle using a prefix, e.g.,
release-1.4
. This might be easier on the project's workload.
Actions