diff --git a/README.md b/README.md index 077d2e9..dbaf225 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/vss-extension.json b/vss-extension.json index c02ecd3..18fe800 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -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": [ @@ -44,6 +44,10 @@ "files": [ { "path": "cfgc" + }, + { + "path": "images", + "addressable": true } ], "contributions": [