- adjusted changelog to ocelot-social repo

- remove version tag since duplicates fail the github action
- generate auto-changelog
This commit is contained in:
Ulf Gebhardt 2021-02-08 18:11:07 +01:00
parent cf70b12ed7
commit 9603882ede
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 2583 additions and 2507 deletions

View File

@ -266,14 +266,15 @@ jobs:
########################################################################## ##########################################################################
# Push version tag to GitHub ############################################# # Push version tag to GitHub #############################################
########################################################################## ##########################################################################
- name: package-version-to-git-tag # TODO: this will error on duplicate
uses: pkgdeps/git-tag-action@v2 #- name: package-version-to-git-tag
with: # uses: pkgdeps/git-tag-action@v2
github_token: ${{ secrets.GITHUB_TOKEN }} # with:
github_repo: ${{ github.repository }} # github_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ env.VERSION }} # github_repo: ${{ github.repository }}
git_commit_sha: ${{ github.sha }} # version: ${{ env.VERSION }}
git_tag_prefix: "v" # git_commit_sha: ${{ github.sha }}
# git_tag_prefix: "v"
########################################################################## ##########################################################################
# Push build tag to GitHub ############################################### # Push build tag to GitHub ###############################################
########################################################################## ##########################################################################
@ -288,8 +289,8 @@ jobs:
########################################################################## ##########################################################################
# Push release tag to GitHub ############################################# # Push release tag to GitHub #############################################
########################################################################## ##########################################################################
#- name: generate changelog - name: generate changelog
# run: yarn auto-changelog run: yarn auto-changelog
- name: package-version-to-git-release - name: package-version-to-git-release
id: create_release id: create_release
uses: actions/create-release@v1 uses: actions/create-release@v1
@ -300,4 +301,4 @@ jobs:
release_name: ${{ env.VERSION }} release_name: ${{ env.VERSION }}
body_path: ./CHANGELOG.md body_path: ./CHANGELOG.md
draft: false draft: false
prerelease: true prerelease: false

File diff suppressed because it is too large Load Diff