Skip to content

Commit c31a3b9

Browse files
committed
Update README
1 parent 40a0612 commit c31a3b9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## [3.0.0] - 2024-05-20 -
10+
## [3.0.0] - 2024-05-21 - https://github.com/tithely/faithteams-api/pull/8
1111

1212
### Fixed
1313

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ Use the Thunder Client extension for VS Code to test/inspect API calls.
6060

6161
General instructions for publishing a gem are available in this [RubyGems guide](https://guides.rubygems.org/publishing/#publishing-to-rubygemsorg).
6262

63-
Once a gem is ready to be published, a release can be made and [the GitHub Action](https://guides.rubygems.org/trusted-publishing/releasing-gems/) [rubygems.yml](./.github/workflows/rubygems.yml) will publish the gem to RubyGems.
63+
Once a gem is ready to be published:
64+
1. Create a PR to merge `master` into `production`
65+
1. After merge, [create a release](https://github.com/tithely/faithteams-api/releases) on the `production` branch
66+
1. The [GitHub Action](https://guides.rubygems.org/trusted-publishing/releasing-gems/) [rubygems.yml](./.github/workflows/rubygems.yml) will publish the gem to RubyGems.
6467

6568
## License
6669

0 commit comments

Comments
 (0)