Skip to content

Commit 42392df

Browse files
committed
build gem from github action
1 parent a489cd2 commit 42392df

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ This repository uses a simple `develop` → `main` workflow, even for solo maint
1515
- This helps ensure traceability and safer updates, even when working solo.
1616

1717

18+
## 🔧 Gem Build Process
19+
The .gem package is not built manually in this project.
20+
Instead, the build process is automated using GitHub Actions.
21+
22+
The workflow runs gem build to generate the .gem file.
23+
24+
The built file is uploaded as an artifact and can be downloaded from the [Actions] tab on GitHub.
25+
26+
This ensures consistent builds across environments and prevents manual errors,
27+
contributing to a more reliable and reproducible release process.
28+
29+
- Workflow file: `.github/workflows/build_gem.yml`
30+
1831
## Manual unit tests Overview
1932
Tests can be run in the terminal at hand with various authentication methods. As I will explain later, CI with GithubAction is limited to using a service account.
2033

0 commit comments

Comments
 (0)