Skip to content

Commit

Permalink
Merge pull request #5 from spreaker/release_0.2.3
Browse files Browse the repository at this point in the history
Release 0.2.3
  • Loading branch information
Esteban Sanchez authored Oct 11, 2019
2 parents e8d0728 + 9894349 commit 06ab1d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ docker-compose build && docker-compose run dev sh

1. [Release new version on GitHub](https://github.com/spreaker/prometheus-jenkins-exporter/releases)
2. Update version in `setup.py`
3. Run `python3 setup.py sdist upload -r pypi`
3. Run `python3 setup.py sdist`
4. Upload it with `twine upload dist/*`
5. Upload the files to the Github release


## License
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'prometheus-jenkins-exporter',
packages = ['prometheus_jenkins_exporter'],
version = '0.2.2',
version = '0.2.3',
description = 'Prometheus exporter for Jenkins',
author = 'Marco Pracucci',
author_email = '[email protected]',
Expand All @@ -18,4 +18,4 @@
'jenkins-exporter=prometheus_jenkins_exporter.exporter:main',
]
}
)
)

0 comments on commit 06ab1d0

Please sign in to comment.