Skip to content

This repository serves to showcase how to automate the creation of tags and releases using GitHub Actions

Notifications You must be signed in to change notification settings

simonjensen/automated-tagging-and-releasing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0c054f6 · Oct 13, 2024

History

5 Commits
Oct 7, 2022
Oct 13, 2024
Oct 7, 2022
Oct 13, 2024

Repository files navigation

automated-tagging-and-releasing

Build Create Release

This repository serves to showcase how to automate the creation of tags and releases using GitHub Actions

Usage

To run, test and build this code from a docker container, run the following command from the root of this repository:

docker run -it --rm -v $(pwd)/src:/app -w /app golang:1.23 bash

Alternatively you can install Go on your local machine, following the official guides:

Once you have an environment with Go up and running, play around with the following commands from the src directory:

# Run the main trigger
go run main.go

# Run the test(s)
go test ./hello (specific folder)
go test ./... (all folders)

# Build the application
go build .

# Run the build/executeable
./app

Resources

About

This repository serves to showcase how to automate the creation of tags and releases using GitHub Actions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages