Skip to content

Commit

Permalink
Fix instructions ('doc' -> 'docs')
Browse files Browse the repository at this point in the history
  • Loading branch information
pekkaklarck committed Dec 23, 2022
1 parent fc46b52 commit c946331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ Release notes

4. Add, commit and push::

git add doc/robotremoteserver-$VERSION.rst
git commit -m "Release notes for $VERSION" doc/robotremoteserver-$VERSION.rst
git add docs/robotremoteserver-$VERSION.rst
git commit -m "Release notes for $VERSION" docs/robotremoteserver-$VERSION.rst
git push

5. Update later if necessary. Writing release notes is typically the biggest
Expand Down

0 comments on commit c946331

Please sign in to comment.