Skip to content
Myles Fang edited this page Apr 30, 2019 · 1 revision

Local Release

To publicly host your own version of this package on GitHub after making your own changes, follow these steps.

  1. Commit and push your changes.

  2. 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.
  1. (Use the correct Node version!) Run $ npm run build to compile files.

  2. Go to dist folder, run $ tar cf release.tar -C ng2-smart-table/ .

  3. 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 click Create release.

  4. Fill in the form and upload the release.tar file.

Clone this wiki locally