Skip to content

Commit

Permalink
Fix non-ascii characters in README
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Oct 17, 2013
1 parent 275a3be commit 192232b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ The remaining tasks can be automated with the `release` command (the
`--skip-changelog` option prevents `release` from regenerating the automatic changelog)

```python
(changes) changes git:(master) changes -p changes changelog
(changes)$ changes changes -p changes changelog
What is the release version for "changes" [Default: 0.1.1]:
INFO:changes.cli:Added content to CHANGELOG.md
Everything up-to-date
INFO:changes.cli:Committed changelog update

<< changelog pruning >>

(changes)➜ changes git:(master) ✗ changes -p changes release --skip-changelog
(changes)$ changes -p changes release --skip-changelog
What is the release version for "changes" [Default: 0.1.1]:
Counting objects: 7, done.
Delta compression using up to 8 threads.
Expand All @@ -118,7 +118,7 @@ warning: sdist: standard file not found: should have one of README, README.rst,

Or you can do it all in one step (if your commit messages are good enough):
```python
(changes)➜ changes git:(master) changes -m changes release
(changes)$ changes -m changes release
What is the release version for "changes" [Default: 0.2.0]:
INFO:changes.cli:Added content to CHANGELOG.md

Expand Down

0 comments on commit 192232b

Please sign in to comment.