Skip to content

Commit f44a282

Browse files
authored
Merge pull request #190 from eseiler/docs/small
[DOC,FIX] prepare release
2 parents f9d4c65 + d81a941 commit f44a282

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/ISSUE_TEMPLATE/release-checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Once again, the release message can be simply something along the lines of:
8787
```
8888
This is the first release candidate for Sharg 1.0.0
8989
90-
You can find a list of changes in our [changelog](https://github.com/seqan/sharg-parser/blob/1.0.0-rc.1/CHANGELOG.md).
90+
You can find a list of changes in our [changelog](https://github.com/seqan/sharg-parser/blob/1.0.0/CHANGELOG.md).
9191
```
9292

9393
Afterwards, bump the succeeding release candidate number in the `main`` branch: [include/sharg/version.hpp](https://github.com/seqan/sharg-parser/blob/1.0.0/include/sharg/version.hpp#L17-L22).

doc/setup/quickstart_cmake/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ cd tutorial
117117
mkdir build
118118
mkdir source
119119
git clone https://github.com/seqan/sharg-parser.git
120+
cd sharg-parser
121+
git submodule update --init
122+
cd ..
120123
```
121124

122125
The output of the command `tree -L 2` should now look like this:
@@ -133,6 +136,7 @@ The output of the command `tree -L 2` should now look like this:
133136
│   ├── build_system
134137
│   ├── doc
135138
│   ├── include
139+
│   ├── submodules
136140
│   └── test
137141
└── source
138142

0 commit comments

Comments
 (0)