Skip to content

add ability to ask pls what its version is#73

Merged
cowboyd merged 1 commit intomainfrom
meta-version
Feb 4, 2023
Merged

add ability to ask pls what its version is#73
cowboyd merged 1 commit intomainfrom
meta-version

Conversation

@cowboyd
Copy link
Copy Markdown
Member

@cowboyd cowboyd commented Feb 4, 2023

Motivation

In order to properly have the pls --version command work properly, we need to actually track internally what the version is.

Approach

This adds a version.json file which contains the actual version so that it can be used by the interpreter. JSON was chosen as the format so that in the event that we want to add tooling to the repository that is not in JavaScript, it will be easy to read.

The signoff script that generates the "next release" pull request has been modified to update the version file.

In order to properly have the `pls --version` command work properly,
we need to actually track internally what the version is.

This adds a `version.json` file which contains the actual version so
that it can be used by the interpreter. JSON was chosen as the format
so that in the event that we want to add tooling to the repository
that is not in JavaScript, it will be easy to read.

The signoff script that generates the "next release" pull request has
been modified to update the version file.
@cowboyd cowboyd mentioned this pull request Feb 4, 2023
5 tasks
@cowboyd cowboyd requested a review from a team February 4, 2023 01:35
@cowboyd cowboyd merged commit 683e9f6 into main Feb 4, 2023
@cowboyd cowboyd deleted the meta-version branch February 4, 2023 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants