Skip to content

Commit

Permalink
Merge pull request #389 from linear-b/commit-message
Browse files Browse the repository at this point in the history
remove uder-development from commit message
  • Loading branch information
PavelLinearB authored Dec 17, 2023
2 parents f8ce86f + 9bf153e commit 58ad8b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/context-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The `branch` context contains info regarding the branch changes compared to the
| `branch.author_name` | String | The branch author name |
| `branch.author_email` | String | The branch author email |
| `branch.base` | String | The main branch, `main` |
| :octicons-beaker-24: `branch.commits.messages` | [String] | A list with all the commit messages in this branch |
| `branch.commits.messages` | [String] | A list with all the commit messages in this branch |
| `branch.diff.size` | Integer | The sum of line changed: additions, edits and deletions |
| `branch.diff.files_metadata` | [`FileMetadata`](#filemetadata-structure) | List of changed files including their relative path |
| `branch.name` | String | The current branch, `feature-123-branch` |
Expand Down

0 comments on commit 58ad8b1

Please sign in to comment.