From 40eb4154dead43d946467f15416359d29390df35 Mon Sep 17 00:00:00 2001 From: wojtek-krysiak Date: Mon, 27 Apr 2020 21:06:19 +0200 Subject: [PATCH] test changelog --- .github/workflows/push.yml | 1 + CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 97ea1670d..ed7f1b7a2 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -209,6 +209,7 @@ jobs: if: "!contains(github.ref, 'beta')" run: yarn publish - name: Generate Changelog + # this command extracts info about particular version from the changelog run: | awk -v ver={{${GITHUB_REF##*/}}} ' /^## Version / { if (p) { exit }; if ($3 == ver) { p=1; next} } p && NF diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e1e5b513..6279552f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Started since version 0.9.5 +## Version 2.2.8-beta.5 + +### Changed + +* change travis to github actions + ## Version 2.2.7 ### Fixed diff --git a/package.json b/package.json index 80699687c..49c9b1604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "admin-bro", - "version": "2.2.8-beta.4", + "version": "2.2.8-beta.5", "description": "Admin panel for apps written in node.js", "main": "index.js", "types": "index.d.ts",