Skip to content
/ template-action Public template

Template GitHub Action with Go

License

Notifications You must be signed in to change notification settings

ZEISS/template-action

Repository files navigation

Template GitHub Action

Open in GitHub Codespaces

This is a GitHub Template Repository. You can use the green button to create a new repository based on this template. Read more about GitHub Template Repositories.

Get Started

This template supports Makefile to run tooling.

make is choosen as it is available on most systems.

Build

make

Commit the version change and artifacts in the repository.

git tag -a v1.0.0 -m "Release v1.0.0"

License

MIT