File tree 4 files changed +13
-2
lines changed
4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 27
27
env :
28
28
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
29
29
CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_REGISTRY_TOKEN }}
30
+ with :
31
+ # FIXME(release): release-pr is broken since we have two release tracks for
32
+ # `libc` :(
33
+ command : release
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ git_tag_name = "{{ version }}"
8
8
name = " ctest"
9
9
changelog_path = " ctest/CHANGELOG.md"
10
10
git_release_name = " ctest-{{ version }}"
11
- git_tag_name = " ctest-{{ version }}"
11
+ git_tag_name = " ctest-v {{ version }}"
12
12
13
13
[changelog ]
14
14
body = """
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.4.11 (2024-04-11)
4
+
5
+ - Clean up some ` ctest ` internals
6
+ - Increase the recursion limit to fix building on docs.rs
7
+
8
+ <!-- FIXME(ctest): some versions are missing -->
9
+
3
10
## 0.4.7 (2023-06-10)
4
11
5
12
### Commit Statistics
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ctest"
3
- version = " 0.4.10 "
3
+ version = " 0.4.11 "
4
4
license = " MIT OR Apache-2.0"
5
5
readme = " README.md"
6
6
repository = " https://github.com/rust-lang/libc"
You can’t perform that action at this time.
0 commit comments