Skip to content

Commit

Permalink
test changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-krysiak committed Apr 27, 2020
1 parent 8df2344 commit 40eb415
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 40eb415

Please sign in to comment.