Merge branch 'master' of github.com:DomainDrivenArchitecture/dda-devops-build

This commit is contained in:
jem 2020-01-28 11:57:42 +01:00
commit 91b589c427
3 changed files with 5 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
.vscode
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

View file

@ -1,4 +0,0 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
}

View file

@ -11,6 +11,9 @@ pip3 install ddadevops --user
export PATH=$PATH:~/.local/bin
```
# Update lib
pip3 install --pre ddadevops==0.3.7.dev0
# Release
1. Versions nr in build.py: *.dev0 entfernen
1. git commit -m "release"