Skip to content

Commit

Permalink
Merge pull request #309 from fac/update-release-guidance
Browse files Browse the repository at this point in the history
Updating release guidance
  • Loading branch information
dmorgan-fa authored Aug 19, 2024
2 parents e3a67d9 + b0db3d1 commit 6c76b23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,11 @@ To release your PR's changes:
Once your PR is merged, the RubyGem and Container version will be pushed to the Github Container Registry

The Github Actions Workflow that published the gem will push a tag for the new version to the repo. To publish it:

> [!WARNING]
> Ensure the gem and docker image have been released on your merge. Otherwise creating the release notes
> will create a tag, causing the gem release to fail, and skip the docker image release.

1. Open [the gem's list of releases](https://github.com/fac/serverless-tools/releases).
1. Click on **Draft a new release**
1. In the **Choose a tag** dropdown, select the tag for the gem version you just released
Expand Down

0 comments on commit 6c76b23

Please sign in to comment.