generated from Templates/Dotnet_Library
release: version 0.2.0 🚀
Some checks failed
Upload Python Package / Create Release (push) Successful in 1m19s
SonarQube Scan / SonarQube Trigger (push) Successful in 2m5s
CI / linter (9.0.X, ubuntu-latest) (push) Successful in 2m14s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Successful in 1m34s
Upload Python Package / deploy (push) Failing after 1m38s
Some checks failed
Upload Python Package / Create Release (push) Successful in 1m19s
SonarQube Scan / SonarQube Trigger (push) Successful in 2m5s
CI / linter (9.0.X, ubuntu-latest) (push) Successful in 2m14s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Successful in 1m34s
Upload Python Package / deploy (push) Failing after 1m38s
This commit is contained in:
parent
263be78318
commit
6d4b9315f4
@ -86,8 +86,8 @@ start() {
|
|||||||
echo "New version: $new_version"
|
echo "New version: $new_version"
|
||||||
|
|
||||||
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
|
gitchangelog | grep -v "[rR]elease:" > HISTORY.md
|
||||||
git add DotnetTestLib/VERSION HISTORY.md
|
git add TextParser/VERSION HISTORY.md
|
||||||
echo $new_version > DotnetTestLib/VERSION
|
echo $new_version > TextParser/VERSION
|
||||||
git commit -m "release: version $new_version 🚀"
|
git commit -m "release: version $new_version 🚀"
|
||||||
echo "creating git tag : $new_version"
|
echo "creating git tag : $new_version"
|
||||||
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]
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user