Skip to content

Commit

Permalink
ci: add debian example to release please (#107)
Browse files Browse the repository at this point in the history
Add debian example to `release-please` extra files. 

Also add in a LuaRocks shield to README.
  • Loading branch information
cwaldren-ld authored Jul 17, 2024
1 parent 57c9d43 commit 0819598
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ LaunchDarkly Server-Side SDK for Lua

[![Actions Status](https://github.com/launchdarkly/lua-server-sdk-private/actions/workflows/ci.yml/badge.svg)](https://github.com/launchdarkly/lua-server-sdk/actions/workflows/ci.yml)
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/lua-server-sdk)
[![LuaRocks](https://img.shields.io/luarocks/v/launchdarkly/launchdarkly-server-sdk)](https://luarocks.org/modules/launchdarkly/launchdarkly-server-sdk)

LaunchDarkly overview
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bookworm

# {{ x-release-please-start-version }}
ARG VERSION=2.1.0
ARG VERSION=2.1.1
# {{ x-release-please-end }}

ARG CPP_SDK_VERSION=3.5.2
Expand Down
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"scripts/update-versions.sh",
"scripts/compile.sh",
"examples/hello-haproxy/Dockerfile",
"examples/hello-nginx/Dockerfile"
"examples/hello-nginx/Dockerfile",
"examples/hello-debian/Dockerfile"
]
}
}
Expand Down

0 comments on commit 0819598

Please sign in to comment.