Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
usercont-release-bot committed Apr 9, 2019
1 parent 6e1bb9a commit b14b61c
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,59 @@
# 0.7.0

* fix last two test failures
* address codacy warning
* Unparametrize test_different_pypi_name() again
* dont bail when you cannot delete the temp gh repo
* parametrize test_different_pypi_name
* fix test_look_for_version_files
* use setdefault() with pypi project name
* Fix cyclic dependency with logger
* add test case for custom PyPI name
* Initial work on: PyPI name can be different than repository name
* [test_utils.py] fix test_look_for_version_files()
* Add support for using the version variable
* Updated return values to be more consistent.
* Add dry-run tests.
* Added dry-run argument.
* Update tests.
* set default value for docker image
* In openshift-template-dev add container repository into variable.
* Update tests.
* implementation of github webhooks handling
* Fix Codacy issues.
* Removed the extra comments.
* Changed function definitions to include individual variables.
* Updated contributing guidelines
* Removed previously left over code
* Updated class names.
* Added New_PR class. Updated it's references
* Added New_Release class. Updated it's references.
* Update readme.
* Remove `GITHUB_USER` env variable
* Added test for loading conf.yaml
* Moved checking of clone_url to `configuration.py`
* Modify unit test for git to check for tag name
* Return tag_name instead of release_name
* Update README
* Add new configuration option to specify clone url.
* delete s2i check for pypi configuration
* Remove fedora functionality from release-bot.
* Remove trailing whitespace
* Add the comments for checkout master branch before release_pr
* Modify make_release_pr() to check for master before branching and return to master after
* Modify make_new_pypi_release() to checkout master branch in the end
* Added condition to check if user wants to release for PyPi or not.
* remove check for github_api_status
* Remove unwanted library Version
* Add tests for version_from_title
* Remove trailing whitespace
* Update README.md and Add function documentation
* Add different version formats user-cont#12
* Removed the extra white-space.
* Fixed a bug introduced in #162
* Update guide to use trigger_on_issue
* Document how to try release-bot locally

# 0.6.1

* Bot ignores 'python_versions' in release-conf and builds an sdist and a py3 wheel.
Expand Down
2 changes: 1 addition & 1 deletion release_bot/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.1'
__version__ = '0.7.0'

0 comments on commit b14b61c

Please sign in to comment.