Skip to content

Commit 3ee81d3

Browse files
Update README.md
1 parent ae49b1f commit 3ee81d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Add variable to your stage
3030
set :mls_ruby_capistrano_slacker_webhook_url, ENV.fetch('CAPISTANO_SLACKER_WEBHOOK_URL')
3131
```
3232

33+
Also, if you want to publish release description to your Slack - just set following variable in your deploy configs
34+
35+
```ruby
36+
set :mls_ruby_capistrano_slacker_post_release_description, true
37+
```
38+
3339
## Contributing
3440

3541
1. Fork it

0 commit comments

Comments
 (0)