-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to main branch development #419
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Bump jinja2 from 3.1.3 to 3.1.4 in /website (#397) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [dist] Fix Github license detection. * [dist] Use Github license template. Fixes #365. * [docs] Add CITATION.cff #399 * [dist] Prepare for v0.6.4 release. * [build] Auto-generate .version_info and verify installer version. * [build] Add missing pre-release script invocation for Windows build on Github. * [build] Fix incorrect path to pre_release script. * [build] Omit unnecessary files in distributed docs. * [dist] Update Windows installer for v0.6.4. Bump OpenCV to 4.10. * [build] Use specific OpenCV version for Windows build. * [dist] Release v0.6.4. * [docs] Update changelog and image URI. * add detect-hash and detect-hist as options for default-detector --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Breakthrough <[email protected]>
Now passes `ruff check` with some fixes suppressed.
* [project] Enable more lint rules. * Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows in the github_actions group across 1 directory (#417) Bump actions/download-artifact Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 3 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * [build] Fix incorrect version conversion for Pyinstaller build * [build] Update workflow actions. * [build] Update workflow actions. * Revert "[build] Update workflow actions." Mistaken merge commit. This reverts commit c23eee8. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Having a separate
develop
branch complicates some workflows, so I'm migrating the project such that we continually develop directly inmain
. This avoids needing us to ask people to re-base their PRs ontop ofdevelop
to reduce friction in first time contributors.The other change is on the docs, scenedetect.com/docs/develop won't make sense anymore. I'll rename that to scenedetect.com/docs/head to be branch name agnostic and indicate that it's at the HEAD commit of development.