fboucquez / symbol-bootstrap

A tool that allows you to quickly configure and setup Symbol testnets and nodes.
Apache License 2.0
47 stars 28 forks source link

feat: allowing alpha.sh to publish custom npm tags #333

Closed fboucquez closed 2 years ago

fboucquez commented 2 years ago

example: bash alpha.sh my-experimental-tag

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Jaguar0625 commented 2 years ago

why do we need this? i think we generally want to get away from using alpha tags? @0x6861746366574?

fboucquez commented 2 years ago

The 'alpha' tag is for ready-to-be-released artifacts, just that we are not ready to release yet. People/dev can still install them if they want to try a feature before a full release.

0x6861746366574 commented 2 years ago

why do we need this? i think we generally want to get away from using alpha tags? @0x6861746366574?

Yes, agreed, we do not want to use alpha/beta tagging - we want to keep consistency with our versioning across the organization.

The general flow should be:

Nothing is stopping people from trying features in a feature branch, or the /dev branch.