Skip to content

Commit

Permalink
Merge pull request #4 from hamtiko/master
Browse files Browse the repository at this point in the history
1.0.2 release
  • Loading branch information
hamtiko authored Nov 29, 2019
2 parents d8e66aa + facbdff commit 2ecbfc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This VSTS/TFS marketplace task generates changelog from commit messages. This task was built inspired by [changelog_from_git_commits](https://docs.fastlane.tools/actions/changelog_from_git_commits/) action of [Fastlane](https://fastlane.tools/) tools.

![cfgc options](./images/options.png)
![cfgc options](images/options.png)

## Author

Expand Down
6 changes: 5 additions & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"id": "stdev-cfgc-extension",
"name": "Changelog Generation Tools",
"version": "1.0.0",
"version": "1.0.2",
"publisher": "STDevTeam",
"public": true,
"targets": [
Expand Down Expand Up @@ -44,6 +44,10 @@
"files": [
{
"path": "cfgc"
},
{
"path": "images",
"addressable": true
}
],
"contributions": [
Expand Down

0 comments on commit 2ecbfc7

Please sign in to comment.