Skip to content

Commit 27deec8

Browse files
committed
chore: update version to 0.1.0 and update readme
1 parent 0a2e4a1 commit 27deec8

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

slack_cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.1.0
2+
3+
**Features**
4+
5+
- **slack_cli**: introduce button and button_section, introduce unfurl-media and unfurl-links options
6+
17
# 0.0.1
28

39
- Initial version of the app supporting text, image, button, divider, header, context and fields blocks

slack_cli/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ slack_cli post --token <token> --channel <channel> --message <message> --blocks
4141
slack_cli post -t xoxb-xxx \
4242
-c builds \
4343
-m "Build 1234 finished" \
44-
-b "[header=App build 1234 :white_check_mark:][fields=Commit \`93f5a0f\`=Branch \`main\`][text=*Changelog*\n - *General*: Audio of objects falling at night increased by 33% <https://google.com|EU-2137>\n - All instruments have been replaced with Chipi Chipi Chapa Chapa <https://google.com|EU-997>][text=*Artifacts*][button=Android APK url=http://google.com title=:arrow_down: Download][button=iOS IPA url=http://google.com title=:arrow_down: Download][context=Build run on Oct 10, 2024]"
44+
-b "[header=App build 1234 :white_check_mark:][fields=Commit \`93f5a0f\`=Branch \`main\`=Workflow \`production\`][text=*Changelog*\n - *General*: Audio of objects falling at night increased by 33% <https://pub.dev|EU-2137>\n - *Sounds*: All instruments have been replaced with Chipi Chipi Chapa Chapa <https://pub.dev|EU-997>][divider][text=*Artifacts*][button_section=Download all artifacts url=http://pub.dev title=Download][button=Android APK (60 MB) url=http://pub.dev][button=iOS IPA (100 MB) url=http://pub.dev][context=Build run on Oct 10, 2024]"
4545
```
4646

4747
![](example/screenshots/slack_cli_output.png)
@@ -58,7 +58,8 @@ Special characters used as delimiters: `[ ] =`
5858
[divider]
5959
[img=https://assets3.thrillist.com/v1/image/1682388/size/tl-horizontal_main.jpg title=required title]
6060
[fields=Text fields _use_ *markdown*=and are separated with=equal sign]
61-
[button=Text on the left side url=http://pub.dev title=Button title] - all properties required
61+
[button=Button label url=http://pub.dev]
62+
[button_section=Text on the left side url=http://pub.dev title=Button title] - all properties required
6263
[context=This is _tiny_ message shown below]',
6364
```
6465

-323 KB
Loading

slack_cli/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

slack_cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: slack_cli
22
description: Simple CLI to send Slack messages
3-
version: 0.0.1
3+
version: 0.1.0
44
repository: https://github.com/orestesgaolin/dart_utilities/tree/main/slack_cli
55
screenshots:
66
- description: "Example usage of the changelog_cli"

0 commit comments

Comments
 (0)