Commit 1ec297a
committed
Squashed commit of the following:
commit f76d8b8
Merge: f6d86dc 8c6175c
Author: Artur <arturcic@gmail.com>
Date: Wed Oct 26 09:05:35 2022 +0200
Merge pull request #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
#2964 - disable tests for .net48
commit 21c34fb
Author: Artur <arturcic@gmail.com>
Date: Wed Oct 26 02:07:16 2022 +0200
#2964 - use bash for reporter
commit 93f4637
Author: Artur <arturcic@gmail.com>
Date: Tue Oct 25 23:50:45 2022 +0200
#2964 fix markdown linting errors
commit 18586fe
Author: Artur <arturcic@gmail.com>
Date: Tue Oct 25 19:21:56 2022 +0200
#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 #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 #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).1 parent c8febc5 commit 1ec297a
File tree
43 files changed
+634
-575
lines changed- .github/workflows
- build/nuspec
- docs/input/docs
- learn
- branching-strategies
- gitflow
- githubflow
- reference
- build-servers
- modes
- usage
- cli
- src
- Docker
- GitVersion.Core.Tests
- Configuration
- Helpers
- VersionCalculation
- VersionConverters
- GitVersion.Core
- Configuration
- VersionCalculation/SemanticVersioning
- VersionConverters/AssemblyInfo
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+634
-575
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
139 | 146 | | |
140 | 147 | | |
141 | 148 | | |
| |||
169 | 176 | | |
170 | 177 | | |
171 | 178 | | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
178 | 185 | | |
179 | 186 | | |
180 | 187 | | |
| |||
228 | 235 | | |
229 | 236 | | |
230 | 237 | | |
231 | | - | |
232 | | - | |
| 238 | + | |
| 239 | + | |
233 | 240 | | |
234 | 241 | | |
235 | 242 | | |
| |||
293 | 300 | | |
294 | 301 | | |
295 | 302 | | |
296 | | - | |
297 | | - | |
| 303 | + | |
| 304 | + | |
298 | 305 | | |
299 | 306 | | |
300 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
118 | 121 | | |
119 | 122 | | |
120 | 123 | | |
121 | | - | |
| 124 | + | |
122 | 125 | | |
123 | | - | |
124 | | - | |
| 126 | + | |
125 | 127 | | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | 47 | | |
50 | 48 | | |
51 | 49 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | 90 | | |
95 | 91 | | |
96 | 92 | | |
| |||
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | | - | |
| 13 | + | |
16 | 14 | | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
| 19 | + | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
61 | | - | |
| 59 | + | |
62 | 60 | | |
63 | 61 | | |
64 | 62 | | |
| |||
78 | 76 | | |
79 | 77 | | |
80 | 78 | | |
81 | | - | |
| 79 | + | |
82 | 80 | | |
83 | 81 | | |
84 | 82 | | |
| |||
97 | 95 | | |
98 | 96 | | |
99 | 97 | | |
100 | | - | |
| 98 | + | |
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
| |||
125 | 123 | | |
126 | 124 | | |
127 | 125 | | |
128 | | - | |
| 126 | + | |
129 | 127 | | |
130 | 128 | | |
131 | 129 | | |
| |||
149 | 147 | | |
150 | 148 | | |
151 | 149 | | |
152 | | - | |
| 150 | + | |
153 | 151 | | |
154 | 152 | | |
155 | 153 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments