Skip to content

Conversation

@levisingularity
Copy link
Collaborator

Just a small fix for the DAS release message format. The current messages look like this:

New DAS version released\n\nDeliverable: Tagged branch (master) in the repository\nNew version available: 1.0.2\nRepository:

And now should be displayed as:

New DAS version released
Deliverable: Tagged branch (rl/notification-test) 
New version available: 1.0.2 
Repository: https://github.com/singnet/das/releases/tag/1.0.2

The release message is currently being processed literally by the pipeline (because of the previous fix applied), so escape characters (like \n) are interpreted as plain text instead of line breaks. Replacing them with actual spaces solves the format.

@levisingularity levisingularity merged commit c48eecc into master Jan 9, 2026
2 checks passed
@levisingularity levisingularity deleted the fix/mattermost-message-format branch January 9, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants