Skip to content

Commit

Permalink
Publish a new version with changelog and a release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Feb 10, 2023
1 parent 538d03b commit f30119d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .changeset/large-clocks-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
'@metaplex-foundation/umi': patch
'@metaplex-foundation/umi-core': patch
'@metaplex-foundation/umi-downloader-http': patch
'@metaplex-foundation/umi-eddsa-web3js': patch
'@metaplex-foundation/umi-http-fetch': patch
'@metaplex-foundation/umi-program-repository': patch
'@metaplex-foundation/umi-rpc-web3js': patch
'@metaplex-foundation/umi-serializer-beet': patch
'@metaplex-foundation/umi-signer-derived': patch
'@metaplex-foundation/umi-signer-wallet-adapters': patch
'@metaplex-foundation/umi-storage-mock': patch
'@metaplex-foundation/umi-tasks': patch
'@metaplex-foundation/umi-test': patch
'@metaplex-foundation/umi-transaction-factory-web3js': patch
'@metaplex-foundation/umi-uploader-aws': patch
'@metaplex-foundation/umi-uploader-bundlr': patch
'@metaplex-foundation/umi-uploader-nft-storage': patch
'@metaplex-foundation/umi-web3js-adapters': patch
---

Publish a new version with changelog and a release tag
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"packages:new": "node configs/generate-new-package.mjs",
"packages:change": "changeset",
"packages:version": "changeset version",
"packages:publish": "pnpm lint && pnpm build && changeset publish"
"packages:publish": "pnpm lint && pnpm build && changeset publish --no-git-tag"
},
"devDependencies": {
"@babel/core": "^7.17.10",
Expand Down

0 comments on commit f30119d

Please sign in to comment.