Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Use a tool to bump the versions in files based on tag #110

Open
ericwb opened this issue Jan 17, 2019 · 4 comments
Open

Use a tool to bump the versions in files based on tag #110

ericwb opened this issue Jan 17, 2019 · 4 comments
Labels
enhancement New feature or request task-size-medium

Comments

@ericwb
Copy link
Collaborator

ericwb commented Jan 17, 2019

Is your feature request related to a problem? Please describe.
Once we start releasing versioned tags, we should take advantage of bumpversion to automatically update files with a version number in them. Currently package.json has a version, but more files have one in the future.

Describe the solution you'd like
Use bumpversion

Describe alternatives you've considered
n/a

Additional context
n/a

@ericwb ericwb added the enhancement New feature or request label Jan 18, 2019
@evqna
Copy link
Contributor

evqna commented Jan 23, 2019

Are you specifically referencing the Python tool or any similar alternative?

@evqna
Copy link
Contributor

evqna commented Jan 23, 2019

Apparently the npm CLI has a command just for this: https://docs.npmjs.com/cli/version.html

@evqna
Copy link
Contributor

evqna commented Jan 23, 2019

Same with Yarn: https://yarnpkg.com/lang/en/docs/cli/version/

@ericwb
Copy link
Collaborator Author

ericwb commented Jan 24, 2019

Yep, since we only have a version in the package.json currently, might as well use the npm command.

@ericwb ericwb changed the title Use bumpversion to version files based on tag Use a tool to bump the versions in files based on tag Jan 24, 2019
@joshuagl joshuagl added this to the Initial release milestone May 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request task-size-medium
Projects
None yet
Development

No branches or pull requests

4 participants