Closed twolfson closed 9 years ago
In the past, I have performed releases via foundry with a global CLI tool. In its v4 iteration, it moved to be exclusively a local per-project setup.
foundry
http://twolfson.com/2015-10-17-release-foundry-v4
This PR adds the necessary files to make releases reproducable across collaborators. In this PR:
release.sh
./release.sh <semver>
.foundryrc
/cc @rpdelaney
Ah, going to rename the .sh extension to .bash for consistency.
.sh
.bash
Going to cowboy land this as well =/
In the past, I have performed releases via
foundry
with a global CLI tool. In its v4 iteration, it moved to be exclusively a local per-project setup.http://twolfson.com/2015-10-17-release-foundry-v4
This PR adds the necessary files to make releases reproducable across collaborators. In this PR:
release.sh
(used via./release.sh <semver>
).foundryrc
/cc @rpdelaney