aws / aws/aws-toolkit-azure-devops
Fix versioning being done in two places
Open
technical-debt
- Dominant language
- TypeScript
- Stars
- 258
- Forks
- 114
- PR merge metrics
- No merged PRs in 30d
Description
there is a _versioninfo file and a version in the package.json . We should remove _versioninfo and everywhere it is referenced.
Contributor guide
Research direction
Start by comparing the version in package.json with _versioninfo, then search the repository for every reference to _versioninfo. Remove the file and its references while preserving the package.json version, and verify that the project’s existing build or release checks still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, release
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100