release: version 0.2.0 🚀
This commit is contained in:
@@ -86,8 +86,8 @@ start() {
|
||||
echo "New version: $new_version"
|
||||
|
||||
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
|
||||
git add DotnetTestLib/VERSION HISTORY.md
|
||||
echo $new_version > DotnetTestLib/VERSION
|
||||
git add TextParser/VERSION HISTORY.md
|
||||
echo $new_version > TextParser/VERSION
|
||||
git commit -m "release: version $new_version 🚀"
|
||||
echo "creating git tag : $new_version"
|
||||
git tag $new_version
|
||||
|
||||
11
HISTORY.md
11
HISTORY.md
@@ -1,11 +0,0 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
|
||||
(unreleased)
|
||||
------------
|
||||
- More bugfixes. [Simon Diesenreiter]
|
||||
- Fix linting errors. [Simon Diesenreiter]
|
||||
- Initial commit. [Simon Diesenreiter]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user