Skip to content

Commit 84853c6

Browse files
authored
add URL to release
1 parent 7816c55 commit 84853c6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/config.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ else
7575
fi
7676

7777
rm -rf release-info.txt
78-
echo "Framework built from Tasmota IDF branch $IDF_BRANCH commit $IDF_COMMIT and $AR_REPO branch $AR_BRANCH commit $AR_COMMIT" >> release-info.txt
78+
#echo "Framework built from Tasmota IDF branch $IDF_BRANCH commit $IDF_COMMIT and $AR_REPO branch $AR_BRANCH commit $AR_COMMIT" >> release-info.txt
79+
echo "Framework built from $IDF_REPO branch [$IDF_BRANCH](https://github.com/$IDF_REPO/tree/$IDF_BRANCH) commit [$IDF_Commit](https://github.com/$IDF_REPO/commits/$IDF_BRANCH/#:~:text=$IDF_Commit)
80+
and $AR_REPO branch [$AR_BRANCH](https://github.com/$AR_REPO/tree/$AR_BRANCH) commit [$AR_Commit](https://github.com/$AR_REPO/commits/$AR_BRANCH/#:~:text=$AR_Commit)" >> release-info.txt
7981

8082
function get_os(){
8183
OSBITS=`arch`

0 commit comments

Comments
 (0)