Skip to content

Commit c038e1e

Browse files
committed
(GH-1932) Fix paths to image files
These were moved as part of the refactoring of the docs. This was highlighted when the build was failing, since the included files in the nuget packages couldn't be found.
1 parent aae9c92 commit c038e1e

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ We use Cake for our build and deployment process. The way the build / release pr
8888
1) We build releasable artifacts on AppVeyor
8989
1) Login to AppVeyor
9090
1) Deploy the latest master build
91-
![docs/img/release-1-deploy.png](docs/img/release-1-deploy.png)
91+
![docs/input/docs/img/release-1-deploy.png](docs/input/docs/img/release-1-deploy.png)
9292
1) Choose GitVersion release, when you press deploy it will create a *non-released* GitHub release, this *will not* create a Git tag. This step is so we can validate the release and release notes before pushing the button.
93-
![docs/img/release-2-deploy.png](docs/img/release-2-deploy.png)
93+
![docs/input/docs/img/release-2-deploy.png](docs/input/docs/img/release-2-deploy.png)
9494
1) All the artifacts should upload nicely
95-
![docs/img/release-3-deploy.png](docs/img/release-3-deploy.png)
95+
![docs/input/docs/img/release-3-deploy.png](docs/input/docs/img/release-3-deploy.png)
9696
1) Head over to GitHub releases, you should have a draft release, download a copy of the release notes
97-
![docs/img/release-4-deploy.png](docs/img/release-4-deploy.png)
97+
![docs/input/docs/img/release-4-deploy.png](docs/input/docs/img/release-4-deploy.png)
9898
1) Edit the release and do the following:
9999
1. Remove the build metadata from the tag and title (the + and everything after it)
100100
2. Paste the downloaded release notes in, you can clean them up if you want otherwise there may be closed issues which were questions etc.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1>
2-
<img src="docs/img/package_icon.svg" alt="Tree" height="100">
2+
<img src="docs/input/docs/img/package_icon.svg" alt="Tree" height="100">
33
GitVersion
44
</h1>
55

@@ -98,7 +98,7 @@ from The Noun Project.
9898
[how]: http://gitversion.readthedocs.org/en/latest/more-info/how-it-works/
9999
[faq]: http://gitversion.readthedocs.org/en/latest/faq/
100100
[who]: http://gitversion.readthedocs.org/en/latest/who/
101-
[gv-in-action]: https://raw.github.com/GitTools/GitVersion/master/docs/img/README.png
101+
[gv-in-action]: https://raw.github.com/GitTools/GitVersion/master/docs/input/docs/img/README.png
102102
[dockerhub]: https://hub.docker.com/r/gittools/gitversion/
103103
[dockerhub-badge]: https://img.shields.io/docker/pulls/gittools/gitversion.svg
104104
[az-pipeline-task]: https://marketplace.visualstudio.com/items?itemName=GitTools.usegitversion

nuspec/GitVersion.CommandLine.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<owners>GitTools and Contributors</owners>
99
<license type="expression">MIT</license>
1010
<projectUrl>https://github.com/GitTools/GitVersion</projectUrl>
11-
<iconUrl>https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</iconUrl>
11+
<iconUrl>https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/input/docs/img/package_icon.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Derives SemVer information from a repository following GitFlow or GitHubFlow.</description>
1414
<language>en-AU</language>

nuspec/GitVersion.Portable.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<owners>GitTools and Contributors</owners>
99
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
1010
<projectUrl>https://github.com/GitTools/GitVersion</projectUrl>
11-
<iconUrl>https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</iconUrl>
11+
<iconUrl>https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/input/docs/img/package_icon.png</iconUrl>
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>Derives SemVer information from a repository following GitFlow or GitHubFlow.</description>
1414
<language>en-AU</language>

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<None Include="../../docs/img/package_icon.png">
34+
<None Include="../../docs/input/docs/img/package_icon.png">
3535
<Pack>True</Pack>
3636
<PackagePath></PackagePath>
3737
</None>

src/GitVersionTask/GitVersionTask.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<developmentDependency>true</developmentDependency>
1111
<license type="expression">MIT</license>
1212
<projectUrl>https://github.com/GitTools/GitVersion</projectUrl>
13-
<iconUrl>https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/img/package_icon.png</iconUrl>
13+
<iconUrl>https://raw.githubusercontent.com/GitTools/GitVersion/master/docs/input/docs/img/package_icon.png</iconUrl>
1414
<description>Stamps an assembly with git information based on SemVer.</description>
1515
<releaseNotes>https://github.com/GitTools/GitVersion/releases</releaseNotes>
1616
<copyright>Copyright GitTools 2019.</copyright>
1717
<tags>Git Versioning GitVersion GitFlowVersion GitFlow GitHubFlow SemVer</tags>
1818
</metadata>
1919
<files>
20-
<!--
20+
<!--
2121
List platforms explicitly. If a new platform is supported by libgit2 update RuntimeIdMap method to handle it.
2222
-->
2323
<file src="netcoreapp2.1\publish\runtimes\**\*.so" target="tools\netstandard2.0\runtimes" />

0 commit comments

Comments
 (0)