Merge branch 'master' of github.com:DomainDrivenArchitecture/dda-devops-build
This commit is contained in:
commit
91b589c427
3 changed files with 5 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
.vscode
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
"python.linting.pylintEnabled": true,
|
|
||||||
"python.linting.enabled": true
|
|
||||||
}
|
|
|
@ -11,6 +11,9 @@ pip3 install ddadevops --user
|
||||||
export PATH=$PATH:~/.local/bin
|
export PATH=$PATH:~/.local/bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Update lib
|
||||||
|
pip3 install --pre ddadevops==0.3.7.dev0
|
||||||
|
|
||||||
# Release
|
# Release
|
||||||
1. Versions nr in build.py: *.dev0 entfernen
|
1. Versions nr in build.py: *.dev0 entfernen
|
||||||
1. git commit -m "release"
|
1. git commit -m "release"
|
||||||
|
|
Loading…
Reference in a new issue