kamal-backup 0.2.8 → 0.2.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3bd8ce5d3434c45246641943cdcd4eeeab4bda3caf5fec309f9b65efbd3a21a
4
- data.tar.gz: 3bf191da068b6c64540d98d786c49772f451085b08dce8f5058c1923818a3a91
3
+ metadata.gz: 2cd5b3552c0919b6930195db2d0aaf360ac3efb839582303b7d0613f2ef805fb
4
+ data.tar.gz: 757576a8bdd306dc816fec8d4073a69ff7263c55f33b65de43ec40733e060e97
5
5
  SHA512:
6
- metadata.gz: a74bcf4abc214cbc22f4c9aed16c067b8e928c8d666ba3e73155c52ac8ef0b3ec3be0b5f68b01f258025b6cfada5629562de372e3a46f1f8321c395ef92d3aee
7
- data.tar.gz: 0bc5fc2dd8e7e103cb93f0e4fa576ae9a7e643f4084edbec2b644ae9c8a47ba5917014f7b6ba0e1ae261a98c3b574b75f789985710eb27bcb912ea87d84d6d6f
6
+ metadata.gz: f158bbbb19edca598d9071f09fa15c78e453199e7412e93fec10db9a1bbfa895f49d093fe5e733fc8ca0df0b14adb1c8946450fee932df88df6572b4adf83403
7
+ data.tar.gz: 591d63cf90a2f043f25976ee0ab2d013e754e98c1f847481276ee840471de54a6eeda6195a70c102cf4ef8fe7235e0a796ee6267588dd93cd3c7b7f85f47e683
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. The tag workflow publishes the RubyGem, Docker image tags, GitHub release, and docs from that exact 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
@@ -1,3 +1,3 @@
1
1
  module KamalBackup
2
- VERSION = "0.2.8"
2
+ VERSION = "0.2.9"
3
3
  end
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.8
4
+ version: 0.2.9
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-08 00:00:00.000000000 Z
11
+ date: 2026-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor