Conversation
… specified directory, returns None if there is an error.
…db, enables git pushes later.
… command for pushing when dependency is a submodule (need to update the root with the new version)
…and_push_tags David poindexter/feature/add and push tags
…patch, prompts the uesr to use the push command if they wish to push the new patch remotely.
…er function, implemented/tested minor and major functionality.
…crements the tag, just ensure that the new tag follows tag conventions and is greater than the old tag. Also updated readme and added default behavior for the add command v0.0.0
…ersion of the package tags, added push sanitization so users cannot push version less than or equal to the current remote version.
…ction to use the Version module when comparing the new tag to the most recent local tag.
…es the greatest tag that exists locally if any exist
…he majority of the functionality into helper functions to support user interface functionality
…he load data function, added helper functions get status, remote tags, and local tags, added the most recent local and remote tags with the status and name to the table of the corresponding dependency.
…tains each dependency and their current local/remote versions, divided the tags box into local and remote tags which displays the local/remote tags for the selected dependency, added patch, minor, and major buttons below the tag boxes.
…n which uses one of the new prompts in the prompts file.
…h_minor_major David poindexter/feature/patch minor major
… minor bugs when displaying new tags.
…ists, also fixed the bug where users could not click off of a selection.
…ent tag automatically, no longer takes a tag input but still takes a description input, this is to conserve version ordering.
…uld make it easier for other developers to understand what changes correspond to each tag.
UI Implementation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update dev branch by merging main into dev.