-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from wtsi-npg/devel
pull from devel to master to prepare release 1.5.0
- Loading branch information
Showing
3 changed files
with
23 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,21 @@ metadata based on `git describe`. | |
cd ./docker | ||
make | ||
|
||
## Release instructions | ||
|
||
When tagging a new version please use annotated tags in the command line | ||
interface. | ||
|
||
```bash | ||
git clone --branch master [email protected]:wtsi-npg/samtools_container.git samtools_container && cd $_ | ||
git tag -a 'x.y.z' -m 'release x.y.z' | ||
git push origin x.y.z | ||
``` | ||
|
||
Releases are created and published automatically by a GitHub Action on tag | ||
creation. Using the web interface to create a release will cause that | ||
automation to fail. | ||
|
||
# NPG Singularity wrappers | ||
|
||
Each container that provides command line programs is self-documenting | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters