Skip to content

Commit

Permalink
Fix README structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiseason committed Jan 30, 2015
1 parent 94db43d commit c004232
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,6 @@ If your project contains multiple supported version "stores", YAVM will keep the
If they go out of sync outside of YAVM, you will be prompted to pick the canonical/authoritative
version, and all other stores will be updated.

## Useful Aliases

The following (horrible) aliases can be put in a `.gitconfig` file.

```
semtag = !git tag -a $(version tag) -m \"Version $(version)\"
semcommit = !git add $(version files) && git commit -m \"Version `version`\" && git semtag
```

Issuing `git semcommit` will add all files in your project with version information,
do a commit with the version number and create a tag with the version number.

``` text
$ version
Multiple version stores are in use, and aren't consistent.
Expand All @@ -89,6 +77,19 @@ Selection: 2
Now on 1.0.3
```

## Useful Aliases

The following (horrible) aliases can be put in a `.gitconfig` file.

```
semtag = !git tag -a $(version tag) -m \"Version $(version)\"
semcommit = !git add $(version files) && git commit -m \"Version `version`\" && git semtag
```

Issuing `git semcommit` will add all files in your project with version information,
do a commit with the version number and create a tag with the version number.


# Roadmap

## Features
Expand Down

0 comments on commit c004232

Please sign in to comment.