mirror of
https://github.com/iv-org/documentation.git
synced 2025-05-22 00:20:44 -04:00
Apply suggestions from code review
Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com>
This commit is contained in:
parent
2372b6321e
commit
61db177142
1 changed files with 2 additions and 2 deletions
|
@ -93,12 +93,12 @@ If not, go back to step 2.
|
||||||
|
|
||||||
## Step 4
|
## Step 4
|
||||||
|
|
||||||
Edit again `shard.yml` to add `-dev` to the version string. If you didn't already, also add a "future version" title line to the
|
Edit `shard.yml` again to add `-dev` to the version string. If you didn't already, also add a "future version" title line to the
|
||||||
top of the changelog under which future PR will be listed.
|
top of the changelog under which future PR will be listed.
|
||||||
|
|
||||||
[Example commit](https://github.com/iv-org/invidious/commit/98926047586154269bb269d01e3e52e60e044035)
|
[Example commit](https://github.com/iv-org/invidious/commit/98926047586154269bb269d01e3e52e60e044035)
|
||||||
|
|
||||||
Commit you changes:
|
Commit your changes:
|
||||||
```
|
```
|
||||||
git add CHANGELOG.md shard.yml
|
git add CHANGELOG.md shard.yml
|
||||||
git commit -S -m "Prepare for next release"
|
git commit -S -m "Prepare for next release"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue