mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
58d5d31a49
This small PR makes a few QoL improvements to the release.sh script: 1. The snapshot command will now work for any commit. Previously, it would refuse to print the snapshot suffix for commits that were not ancestors of the `master` branch. The new version will print a warning if the commit does not seem to be part of a release branch, but will still print the result. 2. On checking the LATEST file, the script will now print a slightly more useful error message if the file format is not valid. 3. The snapshot command will now print the entire line to be added into the LATEST file, rather than just the version suffix. CHANGELOG_BEGIN CHANGELOG_END |
||
---|---|---|
.. | ||
src | ||
windows-installer | ||
artifacts.yaml | ||
BUILD.bazel | ||
install.bat | ||
install.sh | ||
RELEASE.md | ||
sdk-config.yaml.tmpl | ||
util.bzl |