Skip to content

Commit 2ecbfc7

Browse files
authored
Merge pull request #4 from hamtiko/master
1.0.2 release
2 parents d8e66aa + facbdff commit 2ecbfc7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
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.
66

7-
![cfgc options](./images/options.png)
7+
![cfgc options](images/options.png)
88

99
## Author
1010

vss-extension.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "stdev-cfgc-extension",
44
"name": "Changelog Generation Tools",
5-
"version": "1.0.0",
5+
"version": "1.0.2",
66
"publisher": "STDevTeam",
77
"public": true,
88
"targets": [
@@ -44,6 +44,10 @@
4444
"files": [
4545
{
4646
"path": "cfgc"
47+
},
48+
{
49+
"path": "images",
50+
"addressable": true
4751
}
4852
],
4953
"contributions": [

0 commit comments

Comments
 (0)