Skip to content

Release: add v1.5.0-rc.0 changelog #7

Release: add v1.5.0-rc.0 changelog

Release: add v1.5.0-rc.0 changelog #7

Workflow file for this run

name: Release
on:
push:
tags:
- v*
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.18
id: go
- uses: actions/checkout@v2
- name: Run build-amd64-bin
run: make build GOOS=linux GOARCH=amd64
- name: Create Release and Upload Release Asset
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
body: See the [CHANGELOG](https://github.com/loggie-io/loggie/blob/${{ github.ref }}/doc/changelog/CHANGELOG-v1.md) for more details.
draft: false
prerelease: false
files: |
loggie