Idea-Pool / js-assertion-cheat-sheet

This repository contains examples of various, often used, and tricky assertions in the common JS assertion tools.
https://js-assertion.ideapool.community/
Other
2 stars 3 forks source link

Set up feature branch deployment #12

Closed kyouka5 closed 5 months ago

kyouka5 commented 7 months ago

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

-

What is the new behavior (if this is a feature change)?

See https://github.com/Idea-Pool/js-assertion-cheat-sheet/issues/7

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

-

Other information:

-

kyouka5 commented 6 months ago

@kornel-filep I have updated the README with a CI/CD section. Also, I just had an idea for an interesting optional task:

We could include a status badge in the README which indicates whether the AWS CDK stack is currently deployed or not. The value of the badge would dynamically change after a successful Stack Deploy or Stack Destroy workflow execution.

kornel-filep commented 6 months ago

@kornel-filep I have updated the README with a CI/CD section. Also, I just had an idea for an interesting optional task:

We could include a status badge in the README which indicates whether the AWS CDK stack is currently deployed or not. The value of the badge would dynamically change after a successful Stack Deploy or Stack Destroy workflow execution.

Sounds like a good idea. I think that is a pretty straightforward integration with the popular "pills" other repos have.

kornel-filep commented 5 months ago

Hey @szikszail @taughty @t0mmili @kyouka5
I have made the necessary updates to align the pipelines with the diagrams. Please review and comment. I am removing the WIP prefix.

Also - I know its a lot of commits - we will Squash and Merge so that the main is clean 😄