File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
24
24
export TAG=$(head -1 CHANGELOG.tmp | cut -d' ' -f2)
25
25
echo "TAG=$TAG" >> $GITHUB_ENV
26
26
- name : Create Release
27
- uses : actions/create-release@v1
28
- env :
29
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
+ uses : ncipollo/release-action@v1
30
28
with :
31
- tag_name : ${{ env.TAG }}
32
- release_name : ${{ env.TAG }}
33
- body_path : CHANGELOG.tmp
29
+ token : ${{ secrets.GITHUB_TOKEN }}
30
+ tag : ${{ env.TAG }}
31
+ name : ${{ env.TAG }}
32
+ bodyFile : " CHANGELOG.tmp"
34
33
draft : false
35
34
prerelease : false
35
+ generateReleaseNotes : true
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.5.1
4
+
5
+
6
+
3
7
## 1.5.0
4
8
5
9
- Manual ROI configuration fixed
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ namespace esphome {
18
18
namespace roode {
19
19
#define NOBODY 0
20
20
#define SOMEONE 1
21
- #define VERSION " 1.5.0 "
21
+ #define VERSION " 1.5.1 "
22
22
static const char *const TAG = " Roode" ;
23
23
static const char *const SETUP = " Setup" ;
24
24
static const char *const CALIBRATION = " Sensor Calibration" ;
You can’t perform that action at this time.
0 commit comments