releaseforms
shall implement a pipeline of specially trained gophers who themselves can construct associated documentation, providing stakeholders and management with release documentation that satisfied control-objective 5 requirements.
this project is very much in it's infancy, and therefore carries a risk of never delivering on the objective.
now the fun stuff...
commandline utility to generate a list of change items which represents changes from one past commit and one commit (either most recent or more recent)
-
Δ/delta
- generating a list of merged PRs from last released commit to latest commit being released, depends on local/PWD being the git repo for the related release.
-
context
- for each introduced Δ, generate a change item which collectively represent the given release changelog.
./delta $lastDeploymentSHA | ./contextaggregator
, where lastDeploymentSHA is set to the prior releases Commit.
git clone https://github.com/paymentdata/releaseforms
cd releaseforms/
echo -e "REPO=releaseforms\nORG=paymentdata" > .env
go test ./...
go build github.com/paymentdata/releaseforms/cmd/delta
go build github.com/paymentdata/releaseforms/cmd/contextaggregator
lastDeploymentSHA=d95539a
./delta $lastDeploymentSHA | ./contextaggregator
- athenapds (kudos to the folks working on arachnys projects!! 👏👏👏)
run via
needs athenapdf instance running: docker run -p 8080:8080 --rm arachnysdocker/athenapdf-service