forked from akveo/ng2-smart-table
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Myles Fang edited this page Apr 30, 2019
·
1 revision
To publicly host your own version of this package on GitHub after making your own changes, follow these steps.
-
Commit and push your changes.
-
You can do either of the following:
- Tag the commit you want with the version name of your choice. E.g. run
$ git tag -a v1.4.0.2
.
And then push that tag. E.g. run$ git push --tag
. - Create the tag on the GitHub website.
-
(Use the correct Node version!) Run
$ npm run build
to compile files. -
Go to
dist
folder, run$ tar cf release.tar -C ng2-smart-table/ .
-
Open your project page plus
tags
, e.g.https://github.com/myleshk/ng2-smart-table/tags
.
And click the...
button right of your chosen tag, and clickCreate release
. -
Fill in the form and upload the
release.tar
file.