Skip to content
Snippets Groups Projects
Verified Commit c8cf9782 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: update changelog + mattermost info call

parent 1096dd19
No related branches found
No related tags found
No related merge requests found
# Changelog # Changelog
## [3.67.0] - 2024-06-22 ## [3.67.0] - 2024-06-22
### Add Features ### Add Features
- new options to define the markers that are used for the label template. [#203](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/203) See merge request oss/libraries/javascript/monster[!53](https://gitlab.schukai.com/oss/libraries/javascript/monster/merge_requests/53)
- new options to define the markers that are used for the label template [#203](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/203)
## 2024-06-22
- new options to define the markers that are used for the label template [#203](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/203) - new options to define the markers that are used for the label template [#203](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/203)
## [3.66.0] - 2024-06-21 ## [3.66.0] - 2024-06-21
...@@ -18,18 +12,16 @@ ...@@ -18,18 +12,16 @@
- new flag feature.useStrictValueComparison [#206](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/206) - new flag feature.useStrictValueComparison [#206](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/206)
- new flag features.storeFetchedData and function Select::getLastFetchedData [#204](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/204) - new flag features.storeFetchedData and function Select::getLastFetchedData [#204](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/204)
### Bug Fixes ### Bug Fixes
- [#200](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/200) - Reloading options in a select does not work [#200](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/200)
- [#200](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/200) changes
- [#201](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/201)
- slight color adjustments
### Changes ### Changes
- tidy project files - tidy project files
- [#200](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/200) move to close - call Button use findElementWithSelectorUpwards [#201](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/201)
- [#200](https://gitlab.schukai.com/oss/libraries/javascript/monster/issues/200) move to close - slight color adjustments
## [3.65.21] - 2024-06-20 ## [3.65.21] - 2024-06-20
......
...@@ -21,6 +21,8 @@ in ...@@ -21,6 +21,8 @@ in
then then
if [ -f .npmrc ] ; then rm .npmrc ; fi if [ -f .npmrc ] ; then rm .npmrc ; fi
echo_fail "Failed to publish the project." echo_fail "Failed to publish the project."
${pkgs'.curl}/bin/curl --header "Content-Type: application/json" --request POST \
--data '{"text":"Failed to publish: '$(echo $publishingResult | jq .name)' '$(echo $publishingResult | jq .version)'"}' $MATTERMOST_WEBHOOK
exit 1 exit 1
fi fi
...@@ -32,5 +34,8 @@ in ...@@ -32,5 +34,8 @@ in
echo_hint "SHA Sum: $(echo $publishingResult | jq .shasum)" echo_hint "SHA Sum: $(echo $publishingResult | jq .shasum)"
echo_hint "Files: $(echo $publishingResult | jq .entryCount)" echo_hint "Files: $(echo $publishingResult | jq .entryCount)"
${pkgs'.curl}/bin/curl --header "Content-Type: application/json" --request POST \
--data '{"text":"Deployed: '$(echo $publishingResult | jq .name)' '$(echo $publishingResult | jq .version)'"}' $MATTERMOST_WEBHOOK
echo_ok "Build and publish successful." echo_ok "Build and publish successful."
'' ''
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment