mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-30 22:32:51 +03:00
fix
This commit is contained in:
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@@ -126,7 +126,7 @@ jobs:
|
|||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
changelogPath: Changelog.md
|
changelogPath: Changelog.md
|
||||||
version: ${{ steps.get_version.outputs.version }}
|
version: ${{ steps.get_version.outputs.version-without-v }}
|
||||||
|
|
||||||
# the release notes will be extracted from changelog
|
# the release notes will be extracted from changelog
|
||||||
- name: Extract release notes
|
- name: Extract release notes
|
||||||
@@ -143,10 +143,11 @@ jobs:
|
|||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
|
name: ${{ steps.get_version.outputs.version-without-v }}
|
||||||
body: ${{ steps.extract-release-notes.outputs.release_notes }}
|
body: ${{ steps.extract-release-notes.outputs.release_notes }}
|
||||||
files: |
|
files: |
|
||||||
'./firmware/*'
|
firmware/*
|
||||||
'./dist/*'
|
dist/*
|
||||||
|
|
||||||
# Commit&Push Changelog to master branch. Must be manually merged back to rolling
|
# Commit&Push Changelog to master branch. Must be manually merged back to rolling
|
||||||
- name: Commit changes and push changes
|
- name: Commit changes and push changes
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
# Versions
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
- auto release creation
|
||||||
|
|
||||||
## [10.6.2] - Stability Increase (2022-07-24)
|
## [10.6.2] - Stability Increase (2022-07-24)
|
||||||
|
|
||||||
- **NEW 10.6.2**: ignore hidden files in model selection (configuration page)
|
- **NEW 10.6.2**: ignore hidden files in model selection (configuration page)
|
||||||
|
|||||||
Reference in New Issue
Block a user