Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.29 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.29 KB

workflow-demo

Just learning more about the github workflow actions.

Aim of this repo. is to be able to create a release using GH actions and git flow.

All you need to do is to head to the Actions Tab,

Screenshot 2024-07-02 at 7 47 55 PM

This will create a new release branch, bump the package.json version and create a PR to develop.

Screenshot 2024-07-02 at 7 49 48 PM

Once you merge this PR, the next workflow will start to create a PR to merge develop to master

Screenshot 2024-07-02 at 7 50 45 PM

Once you merge this PR, the last workflow will be fired to publish the release

Screenshot 2024-07-02 at 7 51 37 PM Screenshot 2024-07-02 at 7 51 47 PM

Happy Coding!