Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 10:19
· 1 commit to main since this release

1.0.0 (2022-10-07)

Bug Fixes

  • change curl version for docker build (3b30a98)
  • migrate to latest poetry versions (v1.2) (3d6c165)
  • working push-missing-tags after real world testing (f5c2e60)
  • #6: env var GITLAB_CI is not set (49a2d72), closes #6
  • push,cli: fixed push & gitflow command - #11 (ae09c9d)

Features

  • add unit tests on gitlab cmd + commons (26e1a0a)
  • #10: add 'gitflow' alias to run flow everywhere (778dcb8), closes #10
  • branch,mr: removed create_branch, added check, ensure branch and MR (44f9c68)
  • git: add cmd to push missing tags (7453887)
  • add assignee_ids and reviewer_ids argument to ensure_mr (ac3f905)
  • gitlab: add flag on ensure_mr to keep-source-branch (40177ef)
  • gitlab: add flag to ensure_mr to squash commits on MR (5d69e32)
  • publish latest, alpha and beta tags on docker (57e9615)
  • mr,diff: #13 - add diff and get_latest_mr_state (8d39775)
  • push: #9 - add push and get_repo_ssh_url (75666bb)
  • project initialization & create_remote_branch (#5) (b8e440e)
  • setup Dockerfile to build cli image (5d72722)
  • setup Github actions (fdcef1c)
  • setup python with click, lint, tests (54a68c8)