releasing
This commit is contained in:
parent
370d33d55d
commit
2420e136cc
2 changed files with 4 additions and 17 deletions
19
README.md
19
README.md
|
@ -59,22 +59,9 @@ shadow-cljs compile test
|
||||||
#adjust version
|
#adjust version
|
||||||
vi shadow-cljs.edn
|
vi shadow-cljs.edn
|
||||||
|
|
||||||
git commit -am "releasing"
|
git commit -am 'releasing'
|
||||||
git tag [version]
|
git tag -am 'releasing' <version>
|
||||||
git push && git push --tag
|
git push --follow-tags
|
||||||
|
|
||||||
shadow-cljs release app
|
|
||||||
|
|
||||||
shadow-cljs release app
|
|
||||||
chmod a+x mastodon-bot.js
|
|
||||||
rm -rf target/npm-build
|
|
||||||
mkdir -p target/npm-build
|
|
||||||
cp mastodon-bot.js target/npm-build/
|
|
||||||
cp package.json target/npm-build/
|
|
||||||
cp README.md target/npm-build/
|
|
||||||
tar -cz -C target/npm-build -f target/npm-build.tgz .
|
|
||||||
|
|
||||||
npm publish ./target/npm-build.tgz --access public
|
|
||||||
|
|
||||||
# Bump version
|
# Bump version
|
||||||
vi shadow-cljs.edn
|
vi shadow-cljs.edn
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "dda-masto-embed",
|
"name": "dda-masto-embed",
|
||||||
"author": "meissa GmbH",
|
"author": "meissa GmbH",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in a new issue