Skip to content
This repository has been archived by the owner on Mar 2, 2024. It is now read-only.

Commit

Permalink
Updated README.md and version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitionaire committed Nov 29, 2018
1 parent 5064598 commit 3ca23e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ changelog will be generated.

### Is this the right thing for me?

If you don't want manually write all changes in a single file and
mess around with annoying merge conflicts or you also don't like
to put your changes in commit messages, then this might be the tool
If you don't want to manually write all changes in a single file and
mess around with annoying merge conflicts or if you don't like
to put all your changes in commit messages, then this might be the tool
for you.

## Change descriptions

A change file is a Markdown `.md` document. All change files should
be placed somewhere inside of the `changelog` directory of the
repository root. All subdirectories will be scanned, so changes can
be organized e.g. by date directories.
be placed somewhere inside of the `changelog` directory of the git
repository toplevel-root. All subdirectories will be scanned, so changes
can be organized e.g. by date directories.

Changes that are not ready for release should have the file suffix
`.draft.md` and will be skipped in the changelog generation process,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@masinio/changeloggen",
"version": "0.2.0",
"version": "0.3.0",
"description": "Changelog generator for Git projects",
"bin": "./bin/changeloggen",
"scripts": {
Expand Down

0 comments on commit 3ca23e3

Please sign in to comment.