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

Store branches-alias in config #141

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Conversation

sstok
Copy link
Member

@sstok sstok commented Apr 17, 2024

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? yes
Tickets
License MIT

The branch-alias can now be stored in the repository configuration, and it's now possible to specify an alias for other branches than the primary.

Storing the branch-alias in Git configuration is now deprecated and will be removed in v2.0, this requires manual work and might become outdated among team members, secondly this is a hack for Git as custom fields are not really supported

Note: The composer value still takes precedence over the repository configuration.

The branch-alias can now be stored in the repository configuration,
and it's now possible to specify an alias for other branches than the primary.

Storing the branch-alias in Git configuration is now deprecated and will be removed
in v2.0, this requires manual work and might become outdated among team members,
secondly this is a hack for Git as custom fields are not really supported.

Note: The composer value still takes precedence over the repository configuration.
@sstok sstok merged commit 9efc1b3 into hupkit:1.x Apr 17, 2024
5 checks passed
@sstok sstok deleted the feature/branch-label branch April 17, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant