Skip to content

Commit

Permalink
global: update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
drjova committed Oct 24, 2023
1 parent 1a1e301 commit 7910e86
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,30 @@ Installation
------------

$ npm i

Release
-------

This is a work around, CI doesn't work for the moment.

1. Update `package.json` with the version number
2. Release (from the github UI) a new version with the same number
3. :tada:

2. Run:

```bash
yarn version
git push origin master
git push origin --tags
```

3. Release:

```bash
# login to npm with cern-sis-ts account
npm publish
```

4. :tada:


Demo
Expand All @@ -40,8 +57,8 @@ Docs
$ npm run-script docs
$ # read
$ open docs/index.html




How to use?
Expand Down Expand Up @@ -107,7 +124,7 @@ For easy development of **inspirehep-search-js** on top of **[inspire-next](http
8) To install all dependencies and **Gulp.js**, in the **inspirehep-search-js** folder run:
laptop> $ npm install
laptop> $ npm install
laptop> $ nmp install gulp
9) As you run **inspire-next**, start watching changes in the **inspirehep-search-js** folder. Every time a **JS** or **HTML** file is modified, tests will run and the `dist/` folder will be recreated.
Expand Down

0 comments on commit 7910e86

Please sign in to comment.