diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a8e110d..ef7b89d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -50,14 +50,14 @@ We welcome all development attempts and contributions from the community. The ea ## Opening a pull request 1. Fork the tornjak repo -2. Ensure your branch is based on the latest commit in `dev` +2. Ensure your branch is based on the latest commit in `main` 3. Commit changes to your fork. Make sure your commit messages contain a `Signed-off-by: ` line (see `git-commit --signoff`) to certify the [DCO](/DCO) 4. Test your PR locally and ensure all tests in Github actions pass 5. Open a [pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) - against the upstream `dev` branch + against the upstream `main` branch > [!IMPORTANT] -> Please make sure you open all PRs against the `dev` branch +> Please make sure you open all PRs against the `main` branch > [!IMPORTANT] > For any new feature design, or feature level changes, please create an issue first, then submit a PR with design details before code implementation. diff --git a/version.txt b/version.txt index 804a616d..295e37c0 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.8.0 +v1.9.0