gg_git 2.5.7 gg_git: ^2.5.7 copied to clipboard
A collection of git helper scripts for repository checks and other utilities.
Changelog #
2.5.7 - 2024-04-09 #
Fixed #
- TestHelpers: CHANGELOG.md version did not have the civer format
2.5.6 - 2024-04-09 #
Fixed #
- TestHelpers: addAndCommitVersions: appendToPubspec: can only append one time
2.5.5 - 2024-04-08 #
Added #
- TestHelpers: addAndCommitVersions: Allow to append additional content to pubspec.yaml
Changed #
- Kidney: Auto check all repos
- Rework changelog
- 'Github Actions Pipeline'
- 'Github Actions Pipeline: Add SDK file containing flutter into .github/workflows to make github installing flutter and not dart SDK'
2.5.4 - 2024-04-05 #
Removed #
- Outputs to fix pipeline errors
2.5.3 - 2024-04-05 #
Added #
- Add output to fix github hash error
2.5.2 - 2024-04-05 #
Fixed #
- Ammending with ammendWhenNotPushed will not overwrite the previous commit message
2.5.1 - 2024-04-04 #
Added #
- option
--ammend-when-not-pushed
toCommit
deleteFileAndCommit
ModifiedFiles:
Allow to ignore files that were deletedaddAndCommitPubspecFile
pushLocalChanges
initLocalAndRemoteGit
revertLocalChanges
- Test helpers
IsPushed.get
has an optionignoreUnCommittedChanges
which allows to ignore uncommitted changes.HasRemote
returns true when git has a remote repoHeadMessage
: Allow to return head message also when not everything is committed.modified-files