Releases: OCA/oca-addons-repo-template
Releases · OCA/oca-addons-repo-template
v1.3.2: Merge pull request #74 from acsone/t2d-sbi
Rename .travis.yml to .t2d.yml if chosen CI is GitHub.
v1.3.1: Merge pull request #73 from acsone/ci-choice-sbi
- Copier question to choose between Travis and GitHub actions
v1.3.0: Merge pull request #61 from acsone/test-github-action
- Odoo 15 support
- GitHub actions for Odoo 15
v1.2.1
All changes here. Summary:
- General repo reorganization.
- Fix stale workflow.
v1.2.0: Merge pull request #63 from ivantodorovich/patch-1
[ADD] Automatic PR / Issue stale workflow
v1.1.6: Merge pull request #65 from acsone/add-missing-makepot-sbi
Add missing MAKEPOT=1
v1.1.5
v1.1.3
[FIX] prettier for v13 broken in mirror https://github.com/pre-commit/mirrors-prettier/issues/6 affects our repos, as it can be seen on https://github.com/OCA/social/runs/1770760744?check_suite_focus=true#step:4:110 for https://github.com/OCA/social/pull/664 and it produces random results when running `pre-commit` in different environments. I apply here the workaround explained in that issue. At the same time, I double-checked that we can run all prettier jobs in a single hook, so I take this chance to apply that logic, and to limit by file extensions, to make it work just like the v14 branch with #48, more predictable and efficent.
v1.1.0a0
v1.0.5
All changes here. Summary:
- Fix prettier installation again, for v13 and v14.