Commit fdda728
committed
Update version bump process
Why is this change needed?
--------------------------
We should rely on the generator to change the version number in all the
various generated locations instead of manually changing it. This will
be less error prone, especially if the locations of the generated
version numbers change.
How does it address the issue?
------------------------------
Switch to updating the version number in the generator config then
regenerating.
Note that `DocRaptor.nuspec` is still manual. Probably the build/release
process should be updated to use `src/DocRaptor/DocRaptor.nuspec`
instead, but that is out of scope for the moment.
Any links to any relevant tickets, articles, or other resources?
---------------------------------------------------------------
https://3.basecamp.com/3093825/buckets/29124557/todos/5284412189
https://3.basecamp.com/3093825/buckets/29124557/todos/5284421778
Any screenshots?
----------------
Did you complete all of the following?
--------------------------------------
- Run test suite?
- Add new tests?
- Consider security implications and practices?1 parent 8d60921 commit fdda728
1 file changed
+13
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
0 commit comments