Commit a2c2ab7
authored
chore(dev): prepare to release individual packages (#302)
This allows us to release each package in this workspace (monorepo)
individually.
## Tags
The tags will now be prefixed with the package name as it appears in the
respective Cargo.toml:
- cpp-linter/v2.0.0-rc.1
- cpp-linter-js/v2.0.0-rc.1
- cpp-linter-js/v2.0.0-rc.1
- clang-installer/v0.1.1
> [!IMPORTANT]
> Publishing a release will still happen from the bump-n-release CI
workflow's manual trigger (`workflow_dispatch`).
> There's an added input to select which package to publish.
## Change Logs
Each package will now have its own CHANGELOG.md file (alongside the
Cargo.toml)
`git-cliff` is now configured to only put relevant changes in each
CHANGELOG.md. The relevant changes are determined by changed file's
path.
## Binary builds
I updated the binary-builds CI workflow to build both rust binary
executables. Upon release, the binary executables matching the released
package will be uploaded as release assets (for all supported build
targets).1 parent 35ed52e commit a2c2ab7
42 files changed
Lines changed: 560 additions & 270 deletions
File tree
- .github
- workflows
- benchmark
- bindings
- node
- python
- clang-installer
- src
- downloader
- cpp-linter
- src
- clang_tools
- cli
- docs
- docs
- changelog
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
127 | 132 | | |
128 | 133 | | |
129 | 134 | | |
130 | | - | |
131 | 135 | | |
| 136 | + | |
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
| |||
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
140 | 149 | | |
141 | | - | |
142 | | - | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
143 | 157 | | |
144 | 158 | | |
145 | 159 | | |
146 | 160 | | |
147 | 161 | | |
148 | 162 | | |
149 | 163 | | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
154 | 172 | | |
155 | | - | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
156 | 178 | | |
157 | 179 | | |
158 | 180 | | |
159 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
160 | 188 | | |
161 | 189 | | |
162 | 190 | | |
163 | | - | |
| 191 | + | |
164 | 192 | | |
165 | 193 | | |
166 | 194 | | |
| |||
172 | 200 | | |
173 | 201 | | |
174 | 202 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | 203 | | |
179 | 204 | | |
180 | 205 | | |
181 | | - | |
| 206 | + | |
182 | 207 | | |
183 | 208 | | |
184 | 209 | | |
185 | 210 | | |
| 211 | + | |
186 | 212 | | |
187 | 213 | | |
188 | 214 | | |
189 | | - | |
190 | | - | |
| 215 | + | |
| 216 | + | |
191 | 217 | | |
192 | 218 | | |
193 | 219 | | |
194 | 220 | | |
195 | 221 | | |
| 222 | + | |
196 | 223 | | |
197 | | - | |
| 224 | + | |
0 commit comments