✨ Add CHANGELOG.md to customize github release text
This commit is contained in:
parent
8ed6bed9e4
commit
9626c40a0f
|
|
@ -77,9 +77,13 @@ jobs:
|
|||
- uses: softprops/action-gh-release@v1
|
||||
if: runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
body_path: ${{ github.workspace }}/CHANGELOG.txt
|
||||
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
|
||||
files: |
|
||||
dist/*
|
||||
build/resources/*
|
||||
env:
|
||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
||||
- uses: pypa/gh-action-pypi-publish@release/v1
|
||||
if: runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,20 @@
|
|||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## 3.9.7
|
||||
|
||||
Support/Optimize/Fix bugs
|
||||
|
||||
- Support: manually change the color of the box [issues35](https://github.com/nachifur/MulimgViewer/issues/35)
|
||||
- Support: display boxes with different line widths on the zoomed image and the
|
||||
original image [issues39](https://github.com/nachifur/MulimgViewer/issues/39)
|
||||
- Support: detects the version and prompts to update the software [issues41](https://github.com/nachifur/MulimgViewer/issues/41)
|
||||
- Support: hide the top and right toolbars by Ctrl+H [issues42](https://github.com/nachifur/MulimgViewer/issues/42)
|
||||
- Optimize: the GUI layout
|
||||
- Fix bug: show RGBA
|
||||
Loading…
Reference in New Issue