Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wxh16144/releast-it-bug-repo
release-it/release-it/issues/933
https://github.com/wxh16144/releast-it-bug-repo
Last synced: 23 days ago
JSON representation
release-it/release-it/issues/933
- Host: GitHub
- URL: https://github.com/wxh16144/releast-it-bug-repo
- Owner: Wxh16144
- Archived: true
- Created: 2022-08-22T18:57:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T02:16:07.000Z (about 2 years ago)
- Last Synced: 2024-10-04T06:41:10.505Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# release-it-bug-repo
## Prerequisites
1. use [pnpm](https://pnpm.io/) package manager
2. [using workspace](https://pnpm.io/workspaces)## Expectation
I want to put the release-it config in the root directory. Then I want to specify the config file for root in packages, and then I want to differentiate it in tagName. For example [email protected] or [email protected]
I configured `tagName: '${name}@${version}'` according to the documentation; but he seems to have the same problem as [#641](https://github.com/release-it/release-it/issues/641), name is undefined
## Quick reproduction
`fork` => `pnpm install` => `pnpm -F foo release`
Not surprisingly, you should see the error message on the console again.