From facbdff4938138fcbcdbfb36e4db0a23e2c93999 Mon Sep 17 00:00:00 2001 From: Tigran Hambardzumyan Date: Fri, 29 Nov 2019 13:22:57 +0400 Subject: [PATCH] Including images into package 1.0.2 release --- README.md | 2 +- vss-extension.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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": [