We released Code Owners 6.0 on 🎉
Download on the Atlassian Marketplace for Data Center
Features
Support of Options in Glob Patterns
In globs, a selection of options to match is now possible. Examples:
**.{ts,js,css} @web-developers # Match ts, js and css files
src/{main,test}/**.* @devs # Match files under the src/main and src/test directory
db/{schema/*.*,**/*.sql} # Match files in /db/schema and all sql files.
Improvements
-
Reduces the Bundled JavaScript size, improving the performance of the app
Bugfixes
-
Fix conflicts with other apps (like Crucible Hooks), where installing Code Owners would break the other app or Code Owners itself.
-
Fix the title of Auto-Merged pull request. Previously, a commit title generated by Bitbucket was used. Now, the intended Auto-Merge message is used.
Example: Auto-Merge: Pull request #12: [AUTO] Fix Spelling in Help Dialog
Changelog
6.9.2 : resolved issues on
-
🐛 fix: Wrong reviewer group being used instead of reviewer group with name fully matching
-
e.g. if you had a reviewer group called
team, and a reviewer group calledteam_blue, instead ofteammembers ofteam_bluehave been used.
-
-
💄: Long PR titles could be truncated because of Code Owners column in PR list.
6.9.1 : resolved issues on
-
🐛 fixes: Glob /path/sub/ should not match /path/subfolder/other
Previous: Release Notes v6.8
Do you have any questions, suggestions, or problems?
Let us know. We’re glad to help!