Add semver-cli and devcontainers

This commit is contained in:
Erik Westrup
2025-03-04 15:14:59 +00:00
committed by GitHub
parent d36a5e850d
commit 3089709038
4 changed files with 34 additions and 7 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# Devcontainer postCreateCommand.
# Install dependencies for running this project in GitHub Codespaces.
set -eux
# For git version tagging:
go install github.com/maykonlsf/semver-cli/cmd/semver@latest