Skip to content

Commit

Permalink
Fix CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltat committed Aug 9, 2024
1 parent af6e72f commit 30591b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ inv version $VERSION
inv build
git add Browser/version.py package.json package-lock.json setup.py docker/Dockerfile.latest_release
git commit -m "Updateversion to: $VERSION"
git push
```

### Generate release notes
Expand Down Expand Up @@ -115,8 +116,7 @@ Add, commit and push:
```
git add docs/releasenotes/Browser-$VERSION.rst
git commit -m "Release notes for $VERSION"
git tag -fa v$VERSION
git push --tags --force
git push
```
Update later if necessary.

Expand Down

0 comments on commit 30591b2

Please sign in to comment.