Merge pull request #102 from EllieBotDevs/development

Development
This commit is contained in:
Emotion 2022-07-25 01:58:16 +12:00 committed by GitHub
commit 30148c6d0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 19 deletions

View file

@ -1,17 +0,0 @@
name: Release from Changelog
on:
push:
tags:
- "v*"
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
release_version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Generate GitHub Release
uses: lsegal/github-release-from-changelog-action@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -2,7 +2,7 @@
Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.com/en/1.0.0/) except date format. a-c-f-r-o
##[4.0.6-beta1] - 27-01-2022
## [4.0.6-beta1] - 27-01-2022
### Added