Skip to content

Commit 3383408

Browse files
committed
prepare git-refspec changelog prior to release (#450)
1 parent 871a3c0 commit 3383408

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

etc/check-package-size.sh

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ echo "in root: gitoxide CLI"
1818
(enter cargo-smart-release && indent cargo diet -n --package-size-limit 95KB)
1919
(enter git-actor && indent cargo diet -n --package-size-limit 5KB)
2020
(enter git-pathspec && indent cargo diet -n --package-size-limit 25KB)
21+
(enter git-refspec && indent cargo diet -n --package-size-limit 5KB)
2122
(enter git-path && indent cargo diet -n --package-size-limit 15KB)
2223
(enter git-attributes && indent cargo diet -n --package-size-limit 15KB)
2324
(enter git-discover && indent cargo diet -n --package-size-limit 20KB)

git-refspec/CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased
9+
10+
Initial release for name reservation.
11+
12+
### Commit Statistics
13+
14+
<csr-read-only-do-not-edit/>
15+
16+
- 1 commit contributed to the release.
17+
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
18+
- 1 unique issue was worked on: [#450](https://github.com/Byron/gitoxide/issues/450)
19+
20+
### Commit Details
21+
22+
<csr-read-only-do-not-edit/>
23+
24+
<details><summary>view details</summary>
25+
26+
* **[#450](https://github.com/Byron/gitoxide/issues/450)**
27+
- empty `git-refspec` crate for name reservation prior to implementation ([`871a3c0`](https://github.com/Byron/gitoxide/commit/871a3c054d4fe6c1e92b6f2e260b19463404509f))
28+
</details>
29+

0 commit comments

Comments
 (0)