Skip to content

Commit

Permalink
release: v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thatlittleboy committed Aug 18, 2024
1 parent 9e4f2a8 commit 4ae9d79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ Some personal notes on creating/editing gifs are in the [Github wiki](https://gi

### 📌 Release

1. Create a new branch called `release-v1.9.0`, for example, from the `main` branch.
1. Bump the version number in [`__version__.py`](lgtm_db/__version__.py) and commit with a commit message `release: v1.9.0`. And push up to remote.
1. Create a new branch called `release-v1.10.0`, for example, from the `main` branch.
1. Bump the version number in [`__version__.py`](lgtm_db/__version__.py) and commit with a commit message `release: v1.10.0`. And push up to remote.
1. Create a PR, attach the following output
```shell
git log --oneline --no-decorate --perl-regexp --author='^(?!.*\[bot\]).*$' HEAD ^v1.8.0
git log --oneline --no-decorate --perl-regexp --author='^(?!.*\[bot\]).*$' HEAD ^v1.9.0
```
to the PR description. Merge this branch into `main`.
1. Then tag the ref, `git tag v1.9.0`, for example, on the `main` branch. Push the tags to remote.
1. Then tag the ref, `git tag v1.10.0`, for example, on the `main` branch. Push the tags to remote.

## ⚡️ Inspiration

Expand Down
2 changes: 1 addition & 1 deletion lgtm_db/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.8.0"
__version__ = "1.9.0"

0 comments on commit 4ae9d79

Please sign in to comment.