kamal-backup 0.2.8 → 0.2.10
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
- data/README.md +12 -0
- data/lib/kamal_backup/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6e3653f6bad9c7d736b7617e059bfd19263854ab96596bfb54191129a4b438fc
|
|
4
|
+
data.tar.gz: f3ecbde3269e9f3aee1c9bb227bce2b054abaddfa3c732c6aff4eecc24b1c8b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4974fc0bea1a6b2212d0bf7a968fd2dbc993bfdfdeeb13ae37989ab8d43d7932ce3e20f691b62ce0c744e307b560da19ca4b169f935a8353ffa1317c270af919
|
|
7
|
+
data.tar.gz: 2904cb1a0481b49f61914d082ae2113358000abebe98ace0789c4eaf1993ed1102758030a58bf80c6afc61c7c79bc1da613749cbb5579a2ff584edaa2d2fa87e
|
data/README.md
CHANGED
|
@@ -124,6 +124,18 @@ Start here:
|
|
|
124
124
|
- [Restore Drills](https://kamal-backup.dev/restore-drills/)
|
|
125
125
|
- [Commands](https://kamal-backup.dev/commands/)
|
|
126
126
|
|
|
127
|
+
## Releasing
|
|
128
|
+
|
|
129
|
+
Run the release helper from a clean `master` checkout:
|
|
130
|
+
|
|
131
|
+
```sh
|
|
132
|
+
bin/release 0.2.9
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
It updates `lib/kamal_backup/version.rb`, runs the test suite and docs build, commits `Release 0.2.9`, creates `v0.2.9`, and pushes `master` plus the tag. CI publishes the RubyGem, Docker image tags, GitHub release, and docs from that release commit.
|
|
136
|
+
|
|
137
|
+
Use `bin/release 0.2.9 --no-push` to prepare the commit and tag locally without publishing.
|
|
138
|
+
|
|
127
139
|
## License
|
|
128
140
|
|
|
129
141
|
MIT
|
data/lib/kamal_backup/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kamal-backup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- crmne
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-05-
|
|
11
|
+
date: 2026-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|