@oliasoft-open-source/charts-library 2.1.7 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitlab-ci.yml +1 -1
- package/package.json +1 -1
- package/release-notes.md +5 -0
package/.gitlab-ci.yml
CHANGED
|
@@ -47,7 +47,7 @@ publish:
|
|
|
47
47
|
# Get the version from package.json
|
|
48
48
|
- VERSION=$(node -p "require('./package.json').version")
|
|
49
49
|
# Prepare MatterMost message
|
|
50
|
-
- MESSAGE="🤖 Charts Library version $VERSION released"
|
|
50
|
+
- MESSAGE="🤖 Charts Library version $VERSION released ([release notes](https://gitlab.com/oliasoft-open-source/charts-library/-/blob/master/release-notes.md))"
|
|
51
51
|
- chmod +x ./scripts/send-mattermost-message.sh
|
|
52
52
|
# Prepare .npmrc
|
|
53
53
|
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
|
package/package.json
CHANGED