@sacho/sacho-aarch64-unknown-linux-musl 0.1.0-dev.12 → 0.1.0-dev.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +33 -3
  2. package/package.json +1 -1
  3. package/sacho +0 -0
package/README.md CHANGED
@@ -1,6 +1,27 @@
1
1
  Sacho: an opinionated changelog manager
2
2
  =======================================
3
3
 
4
+ [![GitHub Releases][GitHub Releases badge]][GitHub Releases]
5
+ [![crates.io][crates.io badge]][crates.io]
6
+ [![npm][npm badge]][npm]
7
+ [![GitHub Actions][GitHub Actions badge]][GitHub Actions]
8
+ [![License: GPL-3.0-only][GPL-3.0 badge]][GPL-3.0]
9
+ [![GitHub Sponsors][GitHub Sponsors badge]][GitHub Sponsors]
10
+
11
+ [GitHub Releases badge]: https://img.shields.io/github/v/release/dahlia/sacho?logo=github
12
+ [GitHub Releases]: https://github.com/dahlia/sacho/releases
13
+ [crates.io badge]: https://img.shields.io/crates/v/sacho?logo=rust
14
+ [crates.io]: https://crates.io/crates/sacho
15
+ [npm badge]: https://img.shields.io/npm/v/@sacho/sacho?logo=npm
16
+ [npm]: https://www.npmjs.com/package/@sacho/sacho
17
+ [GitHub Actions badge]: https://github.com/dahlia/sacho/actions/workflows/main.yaml/badge.svg
18
+ [GitHub Actions]: https://github.com/dahlia/sacho/actions/workflows/main.yaml
19
+ [GPL-3.0 badge]: https://img.shields.io/github/license/dahlia/sacho
20
+ [GPL-3.0]: https://www.gnu.org/licenses/gpl-3.0.html
21
+ [GitHub Sponsors badge]: https://img.shields.io/github/sponsors/dahlia?logo=githubsponsors
22
+ [GitHub Sponsors]: https://github.com/sponsors/dahlia
23
+
24
+
4
25
  Motivation
5
26
  ----------
6
27
 
@@ -52,7 +73,6 @@ Without mise, npm, or Cargo, download the archive for your platform from
52
73
  *sacho* (*sacho.exe* on Windows) into a directory on your `PATH`.
53
74
 
54
75
  [mise]: https://mise.jdx.dev/
55
- [GitHub Releases]: https://github.com/dahlia/sacho/releases
56
76
 
57
77
 
58
78
  Agent Skill
@@ -173,10 +193,10 @@ staged Git changes or `sacho check --base <revision>` in CI.
173
193
 
174
194
  When the version is ready, compile and consume its fragments. This command
175
195
  releases the version stored by `sacho next`, uses the current local date, and
176
- starts the next version:
196
+ closes the materialized unreleased region:
177
197
 
178
198
  ~~~~ sh
179
- sacho release --next 1.3.0
199
+ sacho release
180
200
  ~~~~
181
201
 
182
202
  If no next version has been set, pass the release version explicitly, for
@@ -185,6 +205,16 @@ must be supplied rather than taken from the local clock. A repository with no
185
205
  released changelog sections can cut its first release without fragments. Later
186
206
  empty releases require an explicit `--allow-empty`.
187
207
 
208
+ Commit and tag that released-only state. When development resumes, start the
209
+ next cycle separately:
210
+
211
+ ~~~~ sh
212
+ sacho next 1.3.0
213
+ ~~~~
214
+
215
+ Pass `--next 1.3.0` to `sacho release` only when the release commit should also
216
+ open the next cycle and retain its empty materialized region.
217
+
188
218
  After committing a release, print its frozen Markdown section with `show`:
189
219
 
190
220
  ~~~~ sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sacho/sacho-aarch64-unknown-linux-musl",
3
- "version": "0.1.0-dev.12+df65120",
3
+ "version": "0.1.0-dev.14+4b1514b",
4
4
  "description": "The Sacho binary for aarch64-unknown-linux-musl",
5
5
  "license": "GPL-3.0-only",
6
6
  "author": "Hong Minhee <hong@minhee.org>",
package/sacho CHANGED
Binary file