You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using semantic versioning tags in github, and we really need to be able to match patch versions without the need to change Puppetfile for every patch release.
So what I need is this:
mod 'pm_platform_base_system',
:git => 'git@github.mygit.com:puppet/pm_platform_base_system.git',
:ref => '0.3.*'
The text was updated successfully, but these errors were encountered:
Hi,
We are using semantic versioning tags in github, and we really need to be able to match patch versions without the need to change Puppetfile for every patch release.
So what I need is this:
mod 'pm_platform_base_system',
:git => 'git@github.mygit.com:puppet/pm_platform_base_system.git',
:ref => '0.3.*'
The text was updated successfully, but these errors were encountered: