Skip to content

GitHub Action to write VERSION.txt and include it in each release.

License

Notifications You must be signed in to change notification settings

BattlesnakeOfficial/action-release-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action: Release VERSION.txt

Simple GitHub Action to write VERSION.txt and include it in each release.

Note this pushes a new commit to the release branch and force updates the release tag in GitHub (so that the tagged commit contains the new VERSION.txt).

Usage

name: Release

on:
  release:
    types: [published]
    branches: [main]

jobs:
  version:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: BattlesnakeOfficial/action-release-version@v1

About

GitHub Action to write VERSION.txt and include it in each release.

Resources

License

Stars

Watchers

Forks

Packages

No packages published