Skip to content

Commit

Permalink
Merge pull request #7 from laxmanpokhrel/release-2.1.0
Browse files Browse the repository at this point in the history
version 2.1.0
  • Loading branch information
laxmanpokhrel authored Feb 24, 2024
2 parents a5ba483 + 7ab7247 commit ed72842
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions get-release-props-logs.log
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,25 @@
- FINAL_RELEASE_VERSION: 2.0.0
- RELEASE_TYPE:major
- TAG:v-2.0.0
==========================================================
= =
==========================================================
- reading config.json file
- '.release/config.json' file found
- reading 'versionUpgradeType'
- 'versionUpgradeType': minor
- reading package version from npm
- package npm version: 2.0.0
- analysing version
- analysed deployable version 2.1.0
- reading custom tag
- no custom tag found
- reading release notes
---
- RELEASE_NOTES: ## Changes
- Changes the executable command in bin of package.json
- PACKAGE_NAME: xmanscript
- PACKAGE_VERSION: 2.0.0
- FINAL_RELEASE_VERSION: 2.1.0
- RELEASE_TYPE:minor
- TAG:v-2.1.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xmanscript",
"version": "2.0.0",
"version": "2.1.0",
"description": "CLI for xmanscript tools",
"type": "module",
"module": "es2020",
Expand Down

0 comments on commit ed72842

Please sign in to comment.