py-executable-checklist

Helper classes to develop executable workflow scripts

MIT License

Downloads
806
Stars
3
Committers
1

Bot releases are visible (Hide)

py-executable-checklist - Release 1.4.0 Latest Release

Published by namuan over 1 year ago

1.4.0 (2023-02-04)

Feat

  • Trim lines to reduce screen space used

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/1.3.1...1.4.0

py-executable-checklist - Release 1.3.1

Published by namuan almost 2 years ago

1.3.1 (2023-01-01)

Refactor

  • Remove unnecessary files

What's Changed

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/1.3.0...1.3.1

py-executable-checklist - Release 1.3.0

Published by namuan almost 2 years ago

1.3.0 (2023-01-01)

Feat

  • Use proper way to identify verbosity for logging

Refactor

  • ward -> pytest

What's Changed

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/1.2.0...1.3.0

py-executable-checklist - Release 1.2.0

Published by namuan over 2 years ago

1.2.0 (2022-05-26)

Feat

  • Support defining sub(child) workflows from within a step definition

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/1.1.0...1.2.0

py-executable-checklist - Release 1.1.0

Published by namuan over 2 years ago

1.1.0 (2022-05-26)

Feat

  • Ignore any private variables defined inside step definition

What's Changed

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/1.0.0...1.1.0

py-executable-checklist - Release 1.0.0

Published by namuan over 2 years ago

1.0.0 (2022-02-06)

Feat

  • Allow steps to return data instead of setting a global variable

BREAKING CHANGE

  • Removed run(...) as it is replaced with execute()

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/0.11.0...1.0.0

py-executable-checklist - Release 0.11.0

Published by namuan over 2 years ago

0.11.0 (2022-02-06)

Feat

  • Allow steps to return data for updating context

What's Changed

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/0.10.2...0.11.0

py-executable-checklist - Release 0.10.2

Published by namuan over 2 years ago

0.10.2 (2022-02-06)

Fix

  • Update documentation

What's Changed

New Contributors

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/0.10.1...0.10.2

py-executable-checklist - Release 0.10.1

Published by namuan almost 3 years ago

0.10.1 (2021-12-26)

Fix

  • Using PAT for running update dependencies workflow

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/0.10.0...0.10.1

py-executable-checklist - Release 0.10.0

Published by namuan almost 3 years ago

0.10.0 (2021-12-26)

Feat

  • Added command to initialise a new project

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/0.9.0...0.10.0

py-executable-checklist - Release 0.9.0

Published by namuan almost 3 years ago

0.9.0 (2021-12-25)

Feat

  • Add support for running workflow steps

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/0.8.3...0.9.0

py-executable-checklist - Release 0.8.3

Published by namuan almost 3 years ago

0.8.3 (2021-12-25)

Fix

  • Remove jekyll theme

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/0.8.2...0.8.3

py-executable-checklist - Release 0.8.2

Published by namuan almost 3 years ago

0.8.2 (2021-12-25)

Fix

  • Using latest version and added job dependency

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/0.7.0...0.8.2

py-executable-checklist - Release 0.7.0

Published by namuan almost 3 years ago

0.7.0 (2021-12-25)

Feat

  • Using personal token so that GH can trigger another workflow
py-executable-checklist - Release 0.6.0

Published by github-actions[bot] almost 3 years ago

0.6.0 (2021-12-25)

Feat

  • Auto publish release if version is bumped

Full Changelog: https://github.com/namuan/py-executable-checklist/compare/0.5.0...0.6.0

py-executable-checklist - Release 0.5.0

Published by github-actions[bot] almost 3 years ago

0.5.0 (2021-12-25)

Feat

  • Rename project
py-executable-checklist - Release 0.4.0

Published by github-actions[bot] almost 3 years ago

0.4.0 (2021-12-25)

Feat

  • Allow bumping version after build is successful

Fix

  • Use set-output instead of set-env (deprecated from GH actions)