releasing

This commit is contained in:
jem 2020-07-08 09:25:44 +02:00
parent 45c5b10d93
commit 91d08399d9
2 changed files with 2 additions and 3 deletions

View file

@ -57,8 +57,7 @@ shadow-cljs compile test
### prod release ### prod release
``` ```
#adjust version #adjust version
vi shadow-cljs.edn vi package.json
git commit -am 'releasing' git commit -am 'releasing'
git tag -am 'releasing' <version> git tag -am 'releasing' <version>
git push --follow-tags git push --follow-tags

View file

@ -1,7 +1,7 @@
{ {
"name": "dda-masto-embed", "name": "dda-masto-embed",
"author": "meissa GmbH", "author": "meissa GmbH",
"version": "0.0.6", "version": "0.1.0",
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", "homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed", "repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"license": "Apache-2.0", "license": "Apache-2.0",