You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all resource providers are versioned at 0.1.0.
Would be good to have a set of quality gates that can be implemented and reflect in the versioning scheme
Quality gates could be things like: support all methods, unit testing, documentation, review, contract testing.
Quality gates can also be also explicitly discussed, documented and deviated from deviated from.
The text was updated successfully, but these errors were encountered:
I realized that we will need probably to use GithubFlow (similar to what is suggested here: https://hackernoon.com/a-monorepo-github-flow-and-automation-ftw-c41a2d9c48bb). Github Releases as our source of truth that will be sync automatically to S3 bucket. All of that can be automated in Actions while being triggered by a PR.
Currently all resource providers are versioned at 0.1.0.
Would be good to have a set of quality gates that can be implemented and reflect in the versioning scheme
Quality gates could be things like: support all methods, unit testing, documentation, review, contract testing.
Quality gates can also be also explicitly discussed, documented and deviated from deviated from.
The text was updated successfully, but these errors were encountered: