Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: implement the Publish Tag workflow #11

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Conversation

huynguyen-hl
Copy link
Collaborator

Description

This PR introduces the publish-tag.yml workflow. Its purpose is to extract the version value from the version.json file and create a new tag when a commit is merged into the main branch or triggered manually.

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation Update
  • 🎨 Style
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🤖 Build
  • 🔁 CI
  • 📦 Chore (Release)
  • ⏩ Revert

Related Tickets & Documents

https://github.com/gs-gs/fa-ag-trace/issues/872

Mobile & Desktop Screenshots/Recordings

Triggering the publish-tag.yml workflow:

image

The created tag:

image

In cases where the tag already exists:

image

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

Added to documentation?

  • 📜 README.md
  • 📕 storybook
  • 🙅 no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

Copy link

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 94.15% 177/188
🟢 Branches 96.67% 29/30
🟢 Functions 84.62% 22/26
🟢 Lines 94.02% 173/184

Test suite run success

41 tests passing in 10 suites.

Report generated by 🧪jest coverage report action from 4110276

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant