Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Aug 6, 2021
1 parent bfa1611 commit df5f0a8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
5 changes: 4 additions & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
#set -x
set -x

# for Mac OS X
export COPYFILE_DISABLE=true
Expand All @@ -17,6 +17,9 @@ ucc-gen --ta-version "$ta_version"
cd "${OUTDIR}"
find . -name "*.pyc" -type f -exec rm -f {} \;
rm -f *.tgz
if [ -f ${app}/metadata/local.meta ]; then
rm -f ${app}/metadata/local.meta
fi
tar -czf ${app}_${version}.tgz ${app}
echo "Wrote: ${app}_${version}.tgz"

Expand Down
5 changes: 5 additions & 0 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release notes
#############

Version 1.1.2
=============

- Fix - unexpected local.meta was delivered within the tgz release archive

Version 1.1.1
=============

Expand Down
2 changes: 1 addition & 1 deletion globalConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
"apiVersion": "3.2.0",
"name": "TA-ms-teams-alert-action",
"restRoot": "ta_ms_teams_alert_action",
"version": "1.1.1",
"version": "1.1.2",
"displayName": "MS Teams alert action",
"schemaVersion": "0.0.2"
}
Expand Down
4 changes: 2 additions & 2 deletions package/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build = 1628188247

[launcher]
author = Guilhem Marchand
version = 1.1.1
version = 1.1.2
description = This addon allows publishing messages to Microsoft Teams channels with markdown formatting.

[ui]
Expand All @@ -23,5 +23,5 @@ docs_section_override = AddOns:released
id = TA-ms-teams-alert-action

[id]
version = 1.1.1
version = 1.1.2

2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 1.1.1
version = 1.1.2

0 comments on commit df5f0a8

Please sign in to comment.