Skip to content

Releases: oscardemoya/fastlane-plugin-trello

Release 1.1.5

22 May 17:10
Compare
Choose a tag to compare

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

22 May 15:55
Compare
Choose a tag to compare

Added an action to move trello cards in given list