Releases: oscardemoya/fastlane-plugin-trello
Releases · oscardemoya/fastlane-plugin-trello
Release 1.1.5
Added a new action for adding comments to a given card
Usage:
trello_comment(
api_key: "a1B2c3D4a1B2c3D4a1B2c3D4",
api_token: "a1B2c3D4a1B2c3D4a1B2c3D4a1B2c3D4a1B2c3D4a1B2c3D4",
board_id: "a1B2c3D4",
card_number: 123,
text: "This is a comment"
)
Release 1.0
Added an action to move trello cards in given list