Skip to content

Commit

Permalink
Release 2.1 with fixed readme encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
interlark committed May 15, 2022
1 parent d525d60 commit e5cd852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,24 +76,12 @@ jobs:
echo ::set-output name=version::${GITHUB_REF#refs/tags/v}
shell: bash

- uses: actions/checkout@v3

- name: Get Changelog Entry
id: changelog_reader
uses: mindsers/changelog-reader-action@v2
with:
version: ${{ steps.get_version.outputs.version }}
path: ./CHANGELOG.md

- uses: actions/download-artifact@v3

- uses: ncipollo/[email protected]
with:
tag: v${{ steps.changelog_reader.outputs.version }}
name: QDCConverter ${{ steps.changelog_reader.outputs.version }}
body: ${{ steps.changelog_reader.outputs.changes }}
prerelease: ${{ steps.changelog_reader.outputs.status == 'prereleased' }}
draft: ${{ steps.changelog_reader.outputs.status == 'unreleased' }}
tag: v${{ steps.get_version.outputs.version }}
name: QDCConverter ${{ steps.get_version.outputs.version }}
artifacts: "dist-*/*"
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Невошедшее]

## [2.1] - 13-05-2022
### Исправлено
- Ошибка кодировки описания при установке из-под Windows.

## [2.0] - 13-05-2022
### Добавлено
- GUI.
Expand Down

0 comments on commit e5cd852

Please sign in to comment.