This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
Releases: productboardlabs/gitlab-tools
Releases Β· productboardlabs/gitlab-tools
v0.2.0
v0.2.0-beta3
fix: wrong flag assignment
v0.2.0-beta2
chore: use status API instead of check API Checks API is only permitted for Github apps. Status API allows us to set status per commit using just a base token. This will allow us to show the user which jobs in Gitlab failed or succeeded.
v0.2.0-beta1
feat: set-check-status command Adds the set-check-status that will allow for setting a check run status for a given commit.
v0.1.0
π Features
- a3741e9 add is-latest-commit command
π¦ Other
- e1f77f6 add is-latest-commit
π Features
- 74a9c61 set-check-status command
π§ Chores and Improvements
- 43204ca replace githubv4 with github.com/google/go-github
π¦ Other
π§ Chores and Improvements
π Bug fixes
- 2dcddc6 wrong flag assignment