DEV Community

Supun Lakmal
Supun Lakmal

Posted on

Auto Tag on Package Version Change - GitHub Action

🚀 Excited to Share: Auto Tag on Package Version Change - GitHub Action

I've created a GitHub Action that automates version tagging for Node.js projects!

🛠️ Key Features:
• Automatically creates Git tags from package.json versions
• Supports multiple environments (dev, qa, prod)
• Custom suffix mapping for different branches
• Zero-configuration required
• Prevents duplicate tags

🔍 Perfect for teams who want to:
• Automate release management
• Maintain clean version control
• Streamline deployment workflows
• Reduce manual tagging errors

🌟 Try it out: https://github.com/supunlakmal/action-tag-on-package-version-example

Would love to hear your thoughts and feedback! Feel free to star ⭐ the repo if you find it useful.

Top comments (0)