only include latest log in git release body
updated auto-changelog version
define version to generate in auto-changelog
This commit is contained in:
Ulf Gebhardt 2021-02-08 20:19:01 +01:00
parent 9d9075f211
commit 1aaffb3378
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
6 changed files with 13818 additions and 1272 deletions

View File

@ -294,7 +294,7 @@ jobs:
- name: yarn install
run: yarn install
- name: generate changelog
run: yarn auto-changelog --latest-version ${{ env.VERSION }}
run: yarn auto-changelog --latest-version ${{ env.VERSION }} --unreleased-only
- name: package-version-to-git-release
continue-on-error: true # Will fail if tag exists
id: create_release

13883
CHANGELOG.md

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social-backend",
"version": "0.6.4",
"version": "0.6.5",
"description": "GraphQL Backend for ocelot.social",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "ocelot.social Community",

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social",
"version": "0.6.4",
"version": "0.6.5",
"description": "Fullstack and API tests with cypress and cucumber for ocelot.social",
"author": "ocelot.social Community",
"license": "MIT",
@ -29,7 +29,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.12.7",
"@babel/register": "^7.12.10",
"auto-changelog": "^1.16.4",
"auto-changelog": "^2.2.1",
"bcryptjs": "^2.4.3",
"codecov": "^3.7.1",
"cross-env": "^7.0.2",

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social-webapp",
"version": "0.6.4",
"version": "0.6.5",
"description": "ocelot.social Frontend",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "ocelot.social Community",

1197
yarn.lock

File diff suppressed because it is too large Load Diff