Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug with release command #52

Merged
merged 1 commit into from
Nov 15, 2013
Merged

Conversation

Sureiya
Copy link
Contributor

@Sureiya Sureiya commented Nov 15, 2013

Using release was giving this error

(changes)kin@boxed-xawesome:~/Work/repositories/django-clickbank$ changes --tox -m --module-name=django-clickbank --debug django_clickbank release
DEBUG:changes.cli:arguments: {'--debug': True,
 '--dry-run': False,
 '--help': False,
 '--major': False,
 '--minor': True,
 '--module-name': 'django-clickbank',
 '--new-version': None,
 '--noinput': False,
 '--patch': False,
 '--pypi': None,
 '--skip-changelog': False,
 '--test-command': None,
 '--tox': True,
 '--version-prefix': None,
 '<app_name>': 'django_clickbank',
 'bump_version': False,
 'changelog': False,
 'install': False,
 'pypi': False,
 'release': True,
 'run_tests': False,
 'tag': False,
 'upload': False}
INFO:changes.probe:Checking project for changes requirements.
INFO:changes.probe:On Github? True
INFO:changes.probe:setup.py? True
INFO:changes.probe:requirements.txt? True
INFO:changes.probe:CHANGELOG.md? True
INFO:changes.probe:Has module metadata? True
INFO:changes.probe:Runs tests? True
What is the release version for "django_clickbank" [Default: 0.2.0]: 
ERROR:changes.cli:Error releasing
Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/changes/cli.py", line 66, in release
    if not arguments['--skip-changelog']:
KeyError: '--skip-changelog'

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 4be26cf on Sureiya:master into da05d41 on michaeljoseph:master.

@michaeljoseph
Copy link
Owner

🍰 Thanks!

michaeljoseph added a commit that referenced this pull request Nov 15, 2013
Fixed bug with release command
@michaeljoseph michaeljoseph merged commit f5ff72c into michaeljoseph:master Nov 15, 2013
michaeljoseph added a commit that referenced this pull request Nov 15, 2013
Thanks for #52, @Sureiya
michaeljoseph added a commit that referenced this pull request Oct 15, 2017
Fixed bug with release command
michaeljoseph added a commit that referenced this pull request Oct 15, 2017
Thanks for #52, @Sureiya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants