Sha256: 4735c533715b4429631d40b8f6bef5dbad909a9260363ebaba9721d9ce6c5465

Contents?: true

Size: 563 Bytes

Versions: 3

Compression:

Stored size: 563 Bytes

Contents

---
title: Deployment
layout: guides
---

<div class="note"><strong>Note:</strong>
Only contributors can deploy new versions of the gem to RubyGems.org.
</div>

To deploy a new version of the gem to RubyGems, you can use the `release.sh` script in the root.  The script takes advantage of [the bump gem](https://github.com/gregorym/bump).  So you may call the script using any of the following:

```bash
# Version Format: MAJOR.MINOR.PATCH
./release.sh patch # to bump X in 1.1.X
./release.sh minor # to bump X in 1.X.1
./release.sh major # to bump X in X.1.1
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ledger_sync-1.4.4 documentation/site/guides/contribute/deployment.md
ledger_sync-1.4.2 documentation/site/guides/contribute/deployment.md
ledger_sync-1.4.1 documentation/site/guides/contribute/deployment.md