mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-04 00:36:58 +03:00
bump nightly version (#13573)
The release process for 2.1.0 is ongoing. I think it's safe to say at this point if we need to change the RC we'll do it with backports. CHANGELOG_BEGIN CHANGELOG_END
This commit is contained in:
parent
90e03a3044
commit
4a93384414
1
NIGHTLY_PREFIX
Normal file
1
NIGHTLY_PREFIX
Normal file
@ -0,0 +1 @@
|
||||
2.2.0
|
@ -29,7 +29,7 @@ jobs:
|
||||
eval "$(./dev-env/bin/dade-assist)"
|
||||
source $(bash-lib)
|
||||
|
||||
prefix=$(head -1 LATEST | awk '{print $2}' | sed -e 's/\([^-]*\).*/\1/')
|
||||
prefix=$(cat NIGHTLY_PREFIX)
|
||||
release=$(./release.sh snapshot HEAD $prefix | awk '{print $2}')
|
||||
|
||||
ERR=$(mktemp)
|
||||
|
Loading…
Reference in New Issue
Block a user