Add semver-cli and devcontainers
This commit is contained in:
8
scripts/devcontainer_postCreateCommand.sh
Executable file
8
scripts/devcontainer_postCreateCommand.sh
Executable 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
|
||||
Reference in New Issue
Block a user