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

Feature: add links to GitHub and NPM #417

Closed
nidkil opened this issue Dec 14, 2018 · 4 comments
Closed

Feature: add links to GitHub and NPM #417

nidkil opened this issue Dec 14, 2018 · 4 comments

Comments

@nidkil
Copy link
Contributor

nidkil commented Dec 14, 2018

Git adds the link to the GitHUb repo when a push has completed.

$ git push -u origin master
Enumerating objects: 112, done.
Counting objects: 100% (112/112), done.
Delta compression using up to 4 threads.
Compressing objects: 100% (95/95), done.
Writing objects: 100% (112/112), 555.16 KiB | 4.37 MiB/s, done.
Total 112 (delta 23), reused 0 (delta 0)
remote: Resolving deltas: 100% (23/23), done.
To https://github.com/nidkil/vue-test-plugin.git
 * [new branch]      master -> master
Branch 'master' set up to track remote branch 'master' from 'origin'.

In Webstorm and some consoles this link is clickable, which makes it very easy to go to the repo and do a quick check. It would be cool if release-it could add links to GitHub and NPM when the release process completes succsfully. Can I put in a pull request?

@webpro
Copy link
Collaborator

webpro commented Dec 14, 2018

I was thinking about exactly the same thing, so your PR is very welcome! Thanks in advance.

@nidkil
Copy link
Contributor Author

nidkil commented Dec 15, 2018

Okay I will have a look at it.

@nidkil
Copy link
Contributor Author

nidkil commented Dec 16, 2018

I have submitted 3 pull requests for this issue.

@webpro
Copy link
Collaborator

webpro commented Dec 22, 2018

In v9.2.0.

@webpro webpro closed this as completed Dec 22, 2018
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

No branches or pull requests

2 participants