Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag NPM packages from 0.1.x branch as either v1-latest or v1-unstable #193

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

bestbeforetoday
Copy link
Member

@bestbeforetoday bestbeforetoday commented Sep 29, 2023

Pushed commits to the main branch published NPM packages tagged as unstable, and release tags on the main branch published NPM packaged tagged as latest. This conflicted with NPM packages published from the 0.2.x branch and meant that the target Fabric version for the NPM package currently tagged latest varied depending on which branch had a release created most recently. The latest tag should always correspond to the current Fabric LTS release since it is the default version installed if a specific version is not specified.

Also update .gitignore to exclude files that should not be checked in.

Contributes to #191

Pushed commits to the main branch published NPM packages tagged as `unstable`, and release tags on the main branch published NPM packaged tagged as `latest`. This conflicted with NPM packages published from the 0.2.x branch and meant that the target Fabric version for the NPM package currently tagged `latest` varied depending on which branch had a release created most recently. The `latest` tag should always correspond to the current Fabric LTS release since it is the default version installed if a specific version is not specified.

Also update .gitignore to exclude files that should not be checked in.

Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
@denyeart denyeart merged commit 0ac5e6a into hyperledger:0.1.x Sep 29, 2023
15 checks passed
@bestbeforetoday bestbeforetoday deleted the npm-tags-0.1.x branch September 30, 2023 00:06
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