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 update #287

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

Refactor update #287

wants to merge 1 commit into from

Conversation

ehelms
Copy link
Member

@ehelms ehelms commented Mar 30, 2021

This shows where reading the changelog would be used. This change is a draft to start as it needs NPM support added and there may be some opportunities to do parts of this cleaner or with a module.

The general idea is that right now the update command only updates the version and adds a changelog entry but does no updates to the spec file dependencies. This, when updating versions, can miss new requires or updates to dependency versions. This adds running of spec updates for gem packages (NPM to come) based on the template that is either specified on the command line or (ideally) defined in the package_manifest. This also aims towards idempotency for the update command.

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