Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.