Skip to content

Conversation

@arturcic
Copy link
Member

Closes #2964

@arturcic arturcic force-pushed the feature/markdown-lint branch from 590c4f1 to 1f1ae74 Compare October 26, 2022 00:31
@arturcic arturcic force-pushed the feature/markdown-lint branch from 1f1ae74 to 21c34fb Compare October 26, 2022 00:37
@arturcic arturcic marked this pull request as ready for review October 26, 2022 06:37
@arturcic arturcic linked an issue Oct 26, 2022 that may be closed by this pull request
@arturcic arturcic merged commit f76d8b8 into GitTools:support/5.x Oct 26, 2022
@arturcic arturcic deleted the feature/markdown-lint branch October 26, 2022 07:05
@mergify
Copy link
Contributor

mergify bot commented Oct 26, 2022

Thank you @arturcic for your contribution!

arturcic pushed a commit that referenced this pull request Oct 26, 2022
Merge pull request #3246 from arturcic/feature/markdown-lint

Fix docs markdown lint errors
RatserX added a commit to RatserX/GitVersion that referenced this pull request Nov 3, 2022
commit f76d8b8
Merge: f6d86dc 8c6175c
Author: Artur <arturcic@gmail.com>
Date:   Wed Oct 26 09:05:35 2022 +0200

    Merge pull request GitTools#3246 from arturcic/feature/markdown-lint

    Fix docs markdown lint errors

commit 8c6175c
Author: Artur <arturcic@gmail.com>
Date:   Wed Oct 26 08:40:13 2022 +0200

    GitTools#2964 - disable tests for .net48

commit 21c34fb
Author: Artur <arturcic@gmail.com>
Date:   Wed Oct 26 02:07:16 2022 +0200

    GitTools#2964 - use bash for reporter

commit 93f4637
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 23:50:45 2022 +0200

    GitTools#2964 fix markdown linting errors

commit 18586fe
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 19:21:56 2022 +0200

    GitTools#2964 fix html-proofer errors

commit f6d86dc
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 16:15:45 2022 +0200

    (build) fix set-output syntax

    https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

commit 2cc427c
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 15:25:27 2022 +0200

    Revert "(build) fix set-output syntax"

    This reverts commit b906175.

commit b812802
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 15:49:10 2022 +0200

    Revert "(build) fix set-output syntax"

    This reverts commit b07a8b9.

commit b07a8b9
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 15:49:10 2022 +0200

    (build) fix set-output syntax

    https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

commit b906175
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 15:25:27 2022 +0200

    (build) fix set-output syntax

    https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

commit 34f9de7
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 14:08:54 2022 +0200

    (build) update the actions/cache@v3.0.11

commit f954025
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 14:01:52 2022 +0200

    (build) update the actions/setup-dotnet@v3.0.2

commit 819f116
Merge: 8cd3a1b cac4eb1
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 13:26:41 2022 +0200

    Merge pull request GitTools#3179 from chhh/feature/report-project-file-location

    Add local project file location to exception when parsing fails

commit cac4eb1
Author: Dmitry Avtonomov <dmitry.avtononomov@bertis.com>
Date:   Fri Aug 26 13:38:47 2022 -0700

    Add local project file location to exception when parsing fails

    Helps in solutions with multiple projects, when one of csproj files
    becomes corrupt. User knows where to apply fixes.

commit 8cd3a1b
Merge: 3e5d1e7 1071e1c
Author: Asbjørn Ulsberg <asbjorn@ulsberg.no>
Date:   Tue Oct 25 11:26:26 2022 +0200

    Merge pull request GitTools#3208 from AlexPykavy/main

    Don't consider "tag-prefix" as optional if it's explicitly specified

commit 1071e1c
Author: Alexander Pykavy <aleksandrpykavyj@gmail.com>
Date:   Mon Sep 26 21:12:26 2022 +0200

    Don't consider "tag-prefix" as optional if it's explicitly specified

    To correctly calculate the next version with the prefix.

    For example, we develop the main product and some its plugin
    in the same repository and have the following git tags list:
    - 0.1.0
    - 0.1.1
    - 0.2.0
    - 0.2.1
    - plugin_0.1.0
    - plugin_0.1.1

    The expected next plugin version is `0.1.2` not `0.2.2` (`plugin_` prefix
    will be prepended before setting the tag).
RatserX added a commit to RatserX/GitVersion that referenced this pull request Nov 3, 2022
commit f76d8b8
Merge: f6d86dc 8c6175c
Author: Artur <arturcic@gmail.com>
Date:   Wed Oct 26 09:05:35 2022 +0200

    Merge pull request GitTools#3246 from arturcic/feature/markdown-lint

    Fix docs markdown lint errors

commit 8c6175c
Author: Artur <arturcic@gmail.com>
Date:   Wed Oct 26 08:40:13 2022 +0200

    GitTools#2964 - disable tests for .net48

commit 21c34fb
Author: Artur <arturcic@gmail.com>
Date:   Wed Oct 26 02:07:16 2022 +0200

    GitTools#2964 - use bash for reporter

commit 93f4637
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 23:50:45 2022 +0200

    GitTools#2964 fix markdown linting errors

commit 18586fe
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 19:21:56 2022 +0200

    GitTools#2964 fix html-proofer errors

commit f6d86dc
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 16:15:45 2022 +0200

    (build) fix set-output syntax

    https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

commit 2cc427c
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 15:25:27 2022 +0200

    Revert "(build) fix set-output syntax"

    This reverts commit b906175.

commit b812802
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 15:49:10 2022 +0200

    Revert "(build) fix set-output syntax"

    This reverts commit b07a8b9.

commit b07a8b9
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 15:49:10 2022 +0200

    (build) fix set-output syntax

    https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

commit b906175
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 15:25:27 2022 +0200

    (build) fix set-output syntax

    https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

commit 34f9de7
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 14:08:54 2022 +0200

    (build) update the actions/cache@v3.0.11

commit f954025
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 14:01:52 2022 +0200

    (build) update the actions/setup-dotnet@v3.0.2

commit 819f116
Merge: 8cd3a1b cac4eb1
Author: Artur <arturcic@gmail.com>
Date:   Tue Oct 25 13:26:41 2022 +0200

    Merge pull request GitTools#3179 from chhh/feature/report-project-file-location

    Add local project file location to exception when parsing fails

commit cac4eb1
Author: Dmitry Avtonomov <dmitry.avtononomov@bertis.com>
Date:   Fri Aug 26 13:38:47 2022 -0700

    Add local project file location to exception when parsing fails

    Helps in solutions with multiple projects, when one of csproj files
    becomes corrupt. User knows where to apply fixes.

commit 8cd3a1b
Merge: 3e5d1e7 1071e1c
Author: Asbjørn Ulsberg <asbjorn@ulsberg.no>
Date:   Tue Oct 25 11:26:26 2022 +0200

    Merge pull request GitTools#3208 from AlexPykavy/main

    Don't consider "tag-prefix" as optional if it's explicitly specified

commit 1071e1c
Author: Alexander Pykavy <aleksandrpykavyj@gmail.com>
Date:   Mon Sep 26 21:12:26 2022 +0200

    Don't consider "tag-prefix" as optional if it's explicitly specified

    To correctly calculate the next version with the prefix.

    For example, we develop the main product and some its plugin
    in the same repository and have the following git tags list:
    - 0.1.0
    - 0.1.1
    - 0.2.0
    - 0.2.1
    - plugin_0.1.0
    - plugin_0.1.1

    The expected next plugin version is `0.1.2` not `0.2.2` (`plugin_` prefix
    will be prepended before setting the tag).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Fix remark-lint warnings in .md files

1 participant