Title: Message Title
tefoji created an issue
PuppetDB / PDB-5649
Reconcile git commits, JIRA tickets, and versions (Puppet Platform 8.1.0)
Issue Type:
Task
Assignee:
Rob Browning
Created:
2023/06/07 8:59 AM
Due Date:
2023/06/07
Priority:
Normal
Reporter:
tefoji
(Initial planned release date: 2023-06-13) Ensure all tickets referenced in the commit log have the release's fixVersion, and ensure all tickets targeted at the release have a corresponding commit. You can do this manually by checking out the branches you will be releasing, ensuring they are in sync with the upstream puppetlabs repo, and running the rake task. bundle install; bundle exec rake release:reconcile[NEXT_VER,LAST_VER] This assumes you have the puppetdb repo as the cwd and the pe repo at ../pe-puppetdb-extensions. These can be overridden by the PDB_PATH and PDB_PE_PATH environment variables. The rake task will explain any mismatches that exist between Jira and the repos and ask you to investigate any tickets that do not start with a PDB ticket, (maint), (docs), or (i18n)
Add Comment