-
Notifications
You must be signed in to change notification settings - Fork 652
[Docs] Fix remark-lint warnings in .md files #2964
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
arturcic
added a commit
to arturcic/GitVersion
that referenced
this issue
Oct 25, 2022
arturcic
added a commit
to arturcic/GitVersion
that referenced
this issue
Oct 25, 2022
arturcic
added a commit
to arturcic/GitVersion
that referenced
this issue
Oct 26, 2022
arturcic
added a commit
to arturcic/GitVersion
that referenced
this issue
Oct 26, 2022
arturcic
added a commit
to arturcic/GitVersion
that referenced
this issue
Oct 26, 2022
arturcic
added a commit
to arturcic/GitVersion
that referenced
this issue
Oct 26, 2022
Closed by #3246 |
RatserX
added a commit
to RatserX/GitVersion
that referenced
this issue
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 issue
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).
🎉 This issue has been resolved in version 5.11.0 🎉 Your GitReleaseManager bot 📦🚀 |
hello please i am having a problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check this https://github.com/GitTools/GitVersion/runs/4803368038?check_suite_focus=true for the list of warnings
The text was updated successfully, but these errors were encountered: