Skip to content

Commit

Permalink
Merge pull request #181 from fac/release_dependency_bumps
Browse files Browse the repository at this point in the history
Bump serverless-tools to 0.14.12
  • Loading branch information
DuncSmith authored Aug 3, 2023
2 parents 8bf309c + cddfdd6 commit 9220bd0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
serverless-tools (0.14.11)
serverless-tools (0.14.12)
aws-sdk-ecr
aws-sdk-lambda
aws-sdk-s3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ To release your PR's changes, you need to take a few extra steps before merging.

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. A new draft release will automatically be created a few minutes later. To publish it:
The Github Actions Workflow that published the gem will push a tag for the new version to the repo. To publish it:
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
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ inputs:
required: true
runs:
using: "docker"
image: "docker://ghcr.io/fac/serverless-tools-gha:v0.14.11"
image: "docker://ghcr.io/fac/serverless-tools-gha:v0.14.12"
args:
- ${{ inputs.command }}
2 changes: 1 addition & 1 deletion lib/serverless-tools/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ServerlessTools
# When updating the version, also update the verion specified in the image tag
# of the action.yml.
VERSION = "0.14.11"
VERSION = "0.14.12"
end

0 comments on commit 9220bd0

Please sign in to comment.