apollo/.github/workflows/release-notes.yml
Guillaume Chau a6ffbbc180 ci: create release with changelog
chore: update deps

ci: fix command

ci: fix missing install

ci: try fixing the changelog body

ci: debug env

ci: try fix changelog body

ci: changeloooooooooooog

ci: changelooooooooooooooooooooooog

ci: changelog meow

ci: new action!!!

ci: test changelog command

ci: use node 16

ci: meow

ci: test command

ci: fetch everything?

ci: simplify changelog

ci: bump cache

ci: simplify
2021-11-29 11:05:19 +01:00

26 lines
543 B
YAML

name: Create release
on:
push:
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:
build:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
with:
fetch-depth: 0
- name: Create Release for Tag
id: release_tag
uses: Akryum/release-tag@conventional
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
preset: angular