#160 - Attach changelog to GitHub release.

This commit is contained in:
Mark Paluch
2020-11-22 15:12:42 +01:00
parent 8e5601dc64
commit e1f220fe25
13 changed files with 688 additions and 54 deletions

View File

@@ -48,6 +48,8 @@ $ release build $trainIteration
$ release conclude $trainIteration
$ git push $trainIteration
$ git push $trainIteration --tags
# After GitHub issues migration:
# github push $trainIteration
$ git backport changelog $trainIteration --target $targets
$ foreach $target -> git push $target
```