File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 5.0.0] ( https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/branch-utilities@4.0.0...@shiftcode/branch-utilities@5.0.0 ) (2025-09-04)
7+
8+ ### Features
9+
10+ - ** branch-utilities:** support naming convention for github copilot branch names ([ 56dbb58] ( https://github.com/shiftcode/sc-commons-public/commit/56dbb5846397601a6dc2c238d4b4a828604cb7f1 ) )
11+
12+ ### BREAKING CHANGES
13+
14+ - ** branch-utilities:** REGEX_BRANCH_NAME is no longer exported. use the utility function ` parseBranchName ` instead
15+
616# [ 4.0.0] ( https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/branch-utilities@3.1.0...@shiftcode/branch-utilities@4.0.0 ) (2025-05-15)
717
818### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/branch-utilities" ,
3- "version" : " 5.0.0-pr58.3 " ,
3+ "version" : " 5.0.0" ,
44 "description" : " Utilities for local and ci to get branch name and stage" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 4.1.0] ( https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/publish-helper@4.0.0...@shiftcode/publish-helper@4.1.0 ) (2025-09-04)
7+
8+ ### Features
9+
10+ - ** publish-helper:** support latest branch-utilities to allow github copilot branch names ([ 6777213] ( https://github.com/shiftcode/sc-commons-public/commit/67772138cc2070ed5f5cd8ce8630dbd9aadfbbfc ) )
11+
612# [ 4.0.0] ( https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/publish-helper@3.1.0...@shiftcode/publish-helper@4.0.0 ) (2025-05-15)
713
814### Features
Original file line number Diff line number Diff line change 11{
22 "name" : " @shiftcode/publish-helper" ,
3- "version" : " 4.1.0-pr58.2 " ,
3+ "version" : " 4.1.0" ,
44 "description" : " scripts for conventional (pre)releases" ,
55 "repository" : " https://github.com/shiftcode/sc-commons-public" ,
66 "license" : " MIT" ,
3030 "yargs" : " ^17.7.2"
3131 },
3232 "devDependencies" : {
33- "@shiftcode/branch-utilities" : " ^5.0.0-pr58.3 " ,
33+ "@shiftcode/branch-utilities" : " ^5.0.0" ,
3434 "@types/yargs" : " ^17.0.32"
3535 },
3636 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments