Skip to content
This repository was archived by the owner on Jan 27, 2020. It is now read-only.

Commit 35046b0

Browse files
authored
Merge pull request #663 from MaxUlysse/Release
Update do_release script
2 parents 5fb162d + 38031ef commit 35046b0

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### `Changed`
11+
12+
- [#663](https://github.com/SciLifeLab/Sarek/pull/663) - Update `do_release.sh` script
13+
814
## [2.2.1] - 2018-10-04
915

1016
### `Changed`

scripts/do_release.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ sed -i "s/\[Unreleased\]/[$RELEASE] - $CODENAME - $(date +'%Y-%m-%d')/g" CHANGEL
3939
sed -i "s/sarek-[0-9\.]\+/sarek-$RELEASE/g" Dockerfile
4040
sed -i "s/sarek-[0-9\.]\+/sarek-$RELEASE/g" environment.yml
4141
sed -i "s/sarek-[0-9\.]\+/sarek-$RELEASE/g" Singularity
42+
sed -i "s/VERSION [0-9\.]\+/VERSION $RELEASE/g" Singularity
4243
sed -i "s/version = '[0-9\.]\+'/version = '$RELEASE'/g" nextflow.config
4344

4445
git commit CHANGELOG.md Dockerfile environment.yml Singularity nextflow.config -m "preparing release $RELEASE [skip ci]"

0 commit comments

Comments
 (0)