commit
30148c6d0a
2 changed files with 2 additions and 19 deletions
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
|
@ -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 }}
|
|
|
@ -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
|
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
|
### Added
|
||||||
|
|
||||||
|
@ -18,4 +18,4 @@ Experimental changelog. Mostly based on [keepachangelog](https://keepachangelog.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial bot system stuff
|
- Initial bot system stuff
|
||||||
|
|
Reference in a new issue