Updated CHANGELOG
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
v0.8.9
|
||||
======
|
||||
|
||||
* Enabled storing passwords in the system keyring.
|
||||
* Passwords are now stored in the system keyring rather than in plain text.
|
||||
* The play queue now behaves properly when there are many instances of the same
|
||||
song in the play queue.
|
||||
* **Infrastructure**:
|
||||
|
||||
* Added a ``Pipfile`` and made the CI/CD build use it for testing.
|
||||
|
@@ -29,6 +29,7 @@ fi
|
||||
|
||||
description=$(echo "$description" | sed ':a;N;$!ba;s/\n/\\n/g')
|
||||
|
||||
url="${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/releases"
|
||||
data="
|
||||
{
|
||||
\"name\": \"${CI_COMMIT_TAG}\",
|
||||
@@ -45,6 +46,8 @@ data="
|
||||
}
|
||||
"
|
||||
|
||||
echo "URL:"
|
||||
echo "$url"
|
||||
echo "DATA:"
|
||||
echo "$data"
|
||||
|
||||
@@ -53,4 +56,4 @@ curl \
|
||||
--header "PRIVATE-TOKEN: ${RELEASE_PUBLISH_TOKEN}" \
|
||||
--data "$data" \
|
||||
--request POST \
|
||||
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/releases
|
||||
$url
|
||||
|
Reference in New Issue
Block a user