mirror of https://github.com/knative/func.git
* chore: fix versioning in CI builds For unknown reasons, the git tag for a release CI build via release-please seems to happen after the build completes. It's a bit uncleear, but the result is that we get v0.0.0 versions for released builds. This commit modifies the Makefile to allow for an environment override of the $VERS variable. Since the release-please-action documents `tag_name` as output from the action, we can use this in CI to set the environment variable. Signed-off-by: Lance Ball <lball@redhat.com> |
||
---|---|---|
.chglog | ||
.github/workflows | ||
buildpacks | ||
cmd | ||
docker | ||
docs | ||
hack | ||
k8s | ||
knative | ||
mock | ||
plugin | ||
progress | ||
prompt | ||
templates | ||
testdata | ||
utils | ||
.dockerignore | ||
.gitignore | ||
.golangci.yaml | ||
CHANGELOG.md | ||
CODEOWNERS | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
client.go | ||
client_int_test.go | ||
client_test.go | ||
config.go | ||
function.go | ||
function_test.go | ||
go.mod | ||
go.sum | ||
pkged.go | ||
templates.go | ||
templates_test.go | ||
version.txt |
README.md
Boson Function CLI
[Demo Screencast]
func
is a Client Library and CLI for enabling the development of implicitly deployed, platform agnostic code.
Contributing
We are always looking for contributions from the Function Developer community. For more information on how to participate, see the Contributor's Guide