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

Automatically change branch name in README.md when creating new version branch #49

Open
boesing opened this issue Aug 13, 2020 · 4 comments

Comments

@boesing
Copy link
Member

boesing commented Aug 13, 2020

Feature Request

Q A
New Feature yes

Summary

Hey there,

in most laminas projects are badges for coveralls and travis build results. These badges point on builds for specific branches on travis/coveralls.

When laminas/automatic-releases kicks in, the branch is still pointing to the initial branch (which was probably set up when the package was created).

I'd like this tool to change the branch name in the README.md aswell so travis builds and coveralls stats are shown for the branch one is working on.

@Ocramius
Copy link
Member

I think it would make more sense to run a small vadge proxy at that point? Committing changes just for the badges seems too error prone, especially considering that badges format is not set in stone 🤔

@geerteltink
Copy link
Member

Isn't there a service like shields.io or somthing which we can use to generate badges for the default / latest branch?

@Ocramius
Copy link
Member

Related: badges/shields#5215

@geerteltink
Copy link
Member

Ah, that's how they generate it without a branch. It would be nice if github would make the default branch accessible somehow. Something like https://github.com/laminas/automatic-releases/tree/default, if that is even technically possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants