Skip to content

Commit cbe58f3

Browse files
authored
Merge pull request #330 from intelowlproject/develop
fix
2 parents 9d6868b + 224efca commit cbe58f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Please delete options that are not relevant.
2222
- [ ] I have added documentation of the new features.
2323
- [ ] Linters (`Black`, `Flake`, `Isort`) gave 0 errors. If you have correctly installed [pre-commit](https://intelowlproject.github.io/docs/GreedyBear/Contribute/#how-to-start-setup-project-and-development-instance), it does these checks and adjustments on your behalf.
2424
- [ ] I have added tests for the feature/bug I solved. All the tests (new and old ones) gave 0 errors.
25-
- [ ] If changes were made to an existing model/serializer/view, the docs were updated and regenerated (check [CONTRIBUTE.md](./Contribute.md)).
25+
- [ ] If changes were made to an existing model/serializer/view, the docs were updated and regenerated (check [CONTRIBUTE.md](https://github.com/intelowlproject/docs/blob/main/docs/GreedyBear/Contribute.md)).
2626
- [ ] If the GUI has been modified:
2727
- [ ] I have a provided a screenshot of the result in the PR.
2828
- [ ] I have created new frontend tests for the new component or updated existing ones.

.github/release_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Checklist for creating a new release
22

3-
- [ ] Change version number in `docs/source/schema.yml`, `docker/.version`
3+
- [ ] Change version number in `docker/.version`
44
- [ ] Verify CI Tests
55
- [ ] Create release for the branch `develop`. Name it with the name of the version
66
- [ ] Merge the PR to the `main` branch

docker/.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
REACT_APP_GREEDYBEAR_VERSION="1.3.1"
1+
REACT_APP_GREEDYBEAR_VERSION="1.3.3"

0 commit comments

Comments
 (0)