bake-releases 0.4.1 → 0.4.2
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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/context/getting-started.md +1 -0
- data/lib/bake/releases/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a93358e129807efef4429aabfa849b76b4a9af22c2d2b39903886169e6f3d2c8
|
4
|
+
data.tar.gz: c1cd78406a6af653d0cd1d95a19039f836bfb85c8cfa3cf9a98bf12f39741b9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 659a5910c5f299a9379392f95133447805e45280e727fc7f6ecf51857f26bc303f7f530b8309bb4da34fa65755a78126ceb63ec39fb66f5ff77e183ddd89ed74
|
7
|
+
data.tar.gz: 235f2f78a28a1d1bbe462c7a58c9f6ac585465d119f85785a8c9d835c3b927d0baac9ee0f63fc3cf06b778f8a966031aa5990801a78310da43a741b5e3e0f506
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/context/getting-started.md
CHANGED
@@ -60,6 +60,7 @@ When you release your gem using `bake gem:release`, the "Unreleased" section wil
|
|
60
60
|
- **Focus on user impact** - Describe what changed for the user, not implementation details.
|
61
61
|
- **Focus on externally visible changes** - Only mention changes that affect users. Internal improvements like "Improving tests" or "Updating code" are uninteresting for release notes unless there is nothing else to report.
|
62
62
|
- **Use active voice** - "Added support for..." rather than "Support was added for...".
|
63
|
+
- **Use backticks for code elements** - Wrap class names, method names, file names, and other code elements in backticks (e.g., `ClassName`, `method_name`, `config.yml`).
|
63
64
|
- **Link to issues/PRs when helpful** - Provides additional context for complex changes.
|
64
65
|
- **Group related changes** - Multiple small fixes can be combined into one entry.
|
65
66
|
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|