mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- adjusted changelog to ocelot-social repo
- remove version tag since duplicates fail the github action - generate auto-changelog
This commit is contained in:
parent
cf70b12ed7
commit
9603882ede
23
.github/workflows/publish.yml
vendored
23
.github/workflows/publish.yml
vendored
@ -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
|
||||||
5067
CHANGELOG.md
5067
CHANGELOG.md
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user