1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-31 18:13:04 +02:00

automate workflow for npm publish (#497)

* setup npm_publish workflow and update package.json with new repo info

* refactoring npm publish workflow to reduce dependencies

* npm publish to 2.9.0

* reduce npm publish workflow to publishing task only

* npm publish to 2.9.0

* testing npm publish

* update npm version to 2.9.0 (latest release)

* enhance CONTRIBUTING.md with sentence about npm release workflow
This commit is contained in:
Clemens Bastian
2021-02-21 23:02:40 +01:00
committed by GitHub
parent 0883fca68b
commit bdf2627157
4 changed files with 28 additions and 6 deletions

View File

@@ -259,4 +259,5 @@ As an example, let's assume you have created the svgs for Redhat and Amazon Web
<li>Ensure code quality is up to standard</li>
<li>Upload svgs to <a href="https://icomoon.io/app/#/select">icomoon.io</a> and take a screenshot to check that it looks good.
<li>Comment on the PR so maintainers don't have to manually upload icon result.</li>
<li>Publishing a new release to <a href="https://www.npmjs.com/package/devicon">npm</a>; See <a href="https://github.com/devicons/devicon/issues/288">#288</a></li>
</ul>