Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed Apr 14, 2022
1 parent ca03f5b commit d95e5fa
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,9 @@ https://iiif-commons.github.io/manifesto/

### Publishing Package

`git checkout master`

`npm version patch`

`git add .`

`git commit -m "Release v1.2.3"`

`git tag v1.2.3`

`git push origin master v1.2.3`
git checkout master
npm version patch
git add .
git commit -m "Release v1.2.3"
git tag v1.2.3
git push origin master v1.2.3

0 comments on commit d95e5fa

Please sign in to comment.