-
Notifications
You must be signed in to change notification settings - Fork 26
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
chore: make release/v2 as the main branch #437
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* rename chains[].name to chains[].id and chains[].type to chains[].name * fix typo in env variable * set chart version to 0.2.0 and fix typo in registry * fix port-forwrad script * upgrade starship-action version
* 🚀 * workflow * proxy * port forward * snaps and logs * client * simpler names * cleanup and docs * chore(release): publish - @starship-ci/[email protected] - [email protected] * readme * chore(release): publish - @starship-ci/[email protected] - [email protected] * ensure config exists * chore(release): publish - @starship-ci/[email protected] * readme * readme * chore(release): publish - @starship-ci/[email protected] - [email protected] * workflow * link * remove `yq` as a dependency * chore(release): publish - @starship-ci/[email protected] - [email protected] * repo * chore(release): publish - @starship-ci/[email protected] - [email protected] * readme * chore(release): publish - @starship-ci/[email protected] - [email protected] * readme * deps * readme * deps * test * CLI * README * readme * main readme * readme * readme * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] - [email protected] * readme * deps * chore(release): publish - @starship-ci/[email protected] * remove stub * chore(release): publish - @starship-ci/[email protected] * ports * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] * add installer * pids * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] * starshipjs * chore(release): publish - [email protected] * readme * readme * recommended usage * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] - [email protected] * readme * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] - [email protected] * readme * chore(release): publish - @starship-ci/[email protected] * config * chore(release): publish - [email protected] * cmds * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] * tty * chore(release): publish - @starship-ci/[email protected] * readme * chore(release): publish - @starship-ci/[email protected] * readme * chore(release): publish - [email protected] * readme * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] * readme * readme * snaps * readme * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] - [email protected] * readme * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] * proxy * readme * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] - [email protected] * prepare for monorepo merge * rename root folder to match monorepo * change dir for running starshipjs tests * rename run-tests workflows for js clients * set working dir in ci workflow * use defaults, update symlink workspace * inquirerer * chore(release): publish - @starship-ci/[email protected] - @starship-ci/[email protected] * prepare for monorepo merge * rename root folder to match monorepo * rename clients/js/starshipjs to clients/js * update urls to use starship instead of starshipjs repo --------- Co-authored-by: Dan Lynch <[email protected]>
- @starship-ci/[email protected] - @starship-ci/[email protected] - [email protected]
- @starship-ci/[email protected]
- @starship-ci/[email protected] - @starship-ci/[email protected]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
We now can make the main branch as the
release/v2
, while we can continue keep all0.1.*
releases inrelease/v1