File tree Expand file tree Collapse file tree 4 files changed +24
-40
lines changed
Expand file tree Collapse file tree 4 files changed +24
-40
lines changed File renamed without changes.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ [workspace ]
2+ git_release_enable = false
3+
4+ git_release_body = """
5+ {{ changelog }}
6+ {% if remote.contributors %}
7+ ### Contributors
8+ {% for contributor in remote.contributors %}
9+ * @{{ contributor.username }}
10+ {% endfor %}
11+ {% endif %}
12+ """
13+
14+ [[package ]]
15+ name = " cot" # name of the package to configure
16+ # include commits from internal crates in the changelog
17+ changelog_include = [" cot-codegen" , " cot-macros" ]
18+ # set the path of the changelog to the root of the repository
19+ changelog_path = " ./CHANGELOG.md"
20+ git_release_enable = true # create GitHub release
21+
22+ [[package ]]
23+ name = " cot-cli" # name of the package to configure
24+ git_release_enable = true # create GitHub release
You can’t perform that action at this time.
0 commit comments