Skip to content
This repository was archived by the owner on Sep 20, 2022. It is now read-only.

Commit 5df163e

Browse files
committed
Bumped version
1 parent 4f8f1e0 commit 5df163e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

GitVersionConfig.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
next-version: 0.7.0

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ GitReleaseNotes
66
[![Join the chat at https://gitter.im/GitTools/GitReleaseNotes](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/GitTools/GitReleaseNotes?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
77

88
![License](https://img.shields.io/github/license/gittools/gittools.core.svg)
9-
![NuGet downloads](https://img.shields.io/chocolatey/dt/gitreleasenotes.svg)
10-
[![Chocolatey](https://img.shields.io/chocolatey/v/gitreleasenotes.svg)](https://chocolatey.org/packages/GitReleaseNotes)
9+
![NuGet downloads](https://img.shields.io/chocolatey/dt/gitreleasenotes.Portable.svg)
10+
[![Chocolatey](https://img.shields.io/chocolatey/v/gitreleasenotes.svg)](https://chocolatey.org/packages/GitReleaseNotes.Portable)
1111
[![Build status](https://ci.appveyor.com/api/projects/status/br0rijb3rgn1qb0c/branch/master?svg=true)](https://ci.appveyor.com/project/GitTools/gitreleasenotes/branch/master)
1212

1313
Utility which makes it really easy to generate release notes for your Git project. Works with GitHub, Jira and YouTrack. TFS Support coming soon
@@ -16,7 +16,9 @@ Have a look at the release notes in this Repo for a sample of what is generated
1616

1717
## Install
1818

19-
cinst GitReleaseNotes
19+
cinst GitReleaseNotes.Portable
20+
21+
**NOTE:** This used to be `GitReleaseNotes`, we have moved to the proper chocolatey naming convention. We have created a dependency so it will still work, but it is something to keep in mind.
2022

2123
This will use [Chocolatey](http://chocolatey.org) to install GitReleaseNotes into your %path%, ready to be used for any project
2224

0 commit comments

Comments
 (0)