dda-devops-build/README.md

1,014 B

dda-devops-build

Slack | team@social.meissa-gmbh.de team@social.meissa-gmbh.de | Website & Blog

Setup

sudo apt install python3-pip
#sudo pip3 install pip3 --upgrade
pip3 install pybuilder --user
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
  2. git commit -m "release"
  3. git tag [version]
  4. pyb publish upload
  5. git push && git push --tag
  6. Versions nr in build.py: hochzählen, *.dev0 anfügen
  7. git commit & push
  8. sudo pip3 install --pre ddadevops==0.3.7.dev0

License

Copyright © 2019 meissa GmbH Licensed under the Apache License, Version 2.0 (the "License")