diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4c4c1f3..c075a63 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -22,7 +22,7 @@ Please delete options that are not relevant. - [ ] I have added documentation of the new features. - [ ] 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. - [ ] I have added tests for the feature/bug I solved. All the tests (new and old ones) gave 0 errors. -- [ ] If changes were made to an existing model/serializer/view, the docs were updated and regenerated (check [CONTRIBUTE.md](./Contribute.md)). +- [ ] 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)). - [ ] If the GUI has been modified: - [ ] I have a provided a screenshot of the result in the PR. - [ ] I have created new frontend tests for the new component or updated existing ones. diff --git a/.github/release_template.md b/.github/release_template.md index 9f513f0..290ed19 100644 --- a/.github/release_template.md +++ b/.github/release_template.md @@ -1,6 +1,6 @@ # Checklist for creating a new release -- [ ] Change version number in `docs/source/schema.yml`, `docker/.version` +- [ ] Change version number in `docker/.version` - [ ] Verify CI Tests - [ ] Create release for the branch `develop`. Name it with the name of the version - [ ] Merge the PR to the `main` branch diff --git a/docker/.version b/docker/.version index b5e4968..4ebdef5 100644 --- a/docker/.version +++ b/docker/.version @@ -1 +1 @@ -REACT_APP_GREEDYBEAR_VERSION="1.3.1" \ No newline at end of file +REACT_APP_GREEDYBEAR_VERSION="1.3.3" \ No newline at end of file