-
Notifications
You must be signed in to change notification settings - Fork 94
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
align releases, with changelog and github-releases #360
Comments
Actually, that would be super helpful. I recently took the plugin over and is the first time I've been responsible for a relatively popular project here, so there's a bit of a learning curve for me and I'm still coming up to speed. |
HI @Yermo, Setup is pretty straight forward, the Getting Started describes how to use the setup script and what info you need to provide. Do you have anything special in mind you want to set up? I'm using it with nativescript-pdf-view (but there are much better samples regarding the commit messages and the versions released so far.) If you want, we can to a chat (text or voice, as you like) to see how I can help further :) |
I've finally had a chance to look at the Getting Started guide. This is a really good suggestion. I understand continuous integration conceptually but have never set it up. Which CI service would you suggest? Travis? |
Yes, travis works quite good and there is plenty help available as is has been around for quite a while. Github actions look like a valid alternative. |
Hi,
currently, the latest version on NPM ist 5.0.1.
The last release listed here on github is 4.4.1
and the version in src/package.json is 5.0.0
Please try to align these and keep them in sync to users can follow recent developments more easily.
I can stringly suggest the https://github.com/semantic-release/semantic-release plugin to automate this (e.g. after merge to master, the plugin automatically does a release to npm, creates the github release page, etc., automation done e.g. with github actions or travis.)
Let me know if you want help with this :)
The text was updated successfully, but these errors were encountered: