github.com/sandwich-go/boost@v1.3.29/.sembumprc.yml (about) 1 name: boost 2 3 make_step: 4 - bump 5 - clog 6 lifestyle_step: #自定义执行脚本,参数为curr_version,命令规范:before/after_step 7 before_bump: make.sh 8 latest_version_name: Unreleased 9 commit_filters: 10 - all 11 version_name_with_date: true 12 version_name_with_author: true 13 issue_uri_format: https://github.com/sandwich-go/%s/issues/%s 14 commit_uri_format: https://github.com/sandwich-go/%s/commit/%s 15 merge_duplicate_commit: true 16 commit_with_author_at_date: true 17 short_hash_len: 7 18 issue_prefix: 19 - "#" 20 sem_initial_version: v0.0.1 21 sem_master_branch_name: main 22 sem_initial_branch: 0.1 23 24 commit_replace: