Add script to gather data on release process 74/126074/3
authorliamfallon <liam.fallon@est.tech>
Fri, 3 Dec 2021 18:41:39 +0000 (18:41 +0000)
committerliamfallon <liam.fallon@est.tech>
Fri, 3 Dec 2021 19:20:32 +0000 (19:20 +0000)
commita14dffcc6b97a6b8a11fceb2f781665346dcd2eb
tree85197f0f6caa46fec915a1bce9688598f8b406ac
parenta771e2dc9e341122b5e7270441d13154e0d583bd
Add script to gather data on release process

This script gathers the latest tag version, the master snapshot version,
the number of changed files since the last release, and the docker image
names from each of the Policy Framework repos and stores that data in a
CSV file.

That CSV file is used by other scripts to do release process steps and
to generate commits for the release process.

Issue-ID: POLICY-3835
Change-Id: I2a282286c673bd690b6467cc5617f554f0c6de75
Signed-off-by: liamfallon <liam.fallon@est.tech>
integration/src/release_scripts/generateCommit.sh
integration/src/release_scripts/getReleaseData.sh [new file with mode: 0755]