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

refactor: declutter package #54

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

kekavc24
Copy link
Owner

When I first implemented this package, I released it to simply bump versions in my own personal projects. Overtime, I continually added features that I felt would be helpful. Tried making this package a Jack-of-all-trades. Additionally, I may have over-engineered it a bit. This made my maintenance cycles (if any) quite tricky.

Description

This PR:

  1. Removes CLI functionality that doesn't align with this package's main function, that is, bumping your project version.
  2. Adds a simpler and more straightforward API to bump versions

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

> purge references to code that will be migrated
@kekavc24 kekavc24 added the major release Pull request is part of a major release label Dec 30, 2024
@kekavc24 kekavc24 self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
major release Pull request is part of a major release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant