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

Bump the printed version of Exercism to v3 #1013

Merged

Conversation

siebenschlaefer
Copy link
Contributor

@siebenschlaefer siebenschlaefer commented Oct 29, 2021

This is an tiny patch that updates the updates the printed version of Exercism to "v3".

Closes exercism/exercism#6078

@ErikSchierboom
Copy link
Member

ErikSchierboom commented Feb 4, 2022

@ekingery I don't know how new releases are handled. Could you enlighten me perhaps?

@ekingery
Copy link
Contributor

ekingery commented Feb 4, 2022

@ekingery I don't know how new releases are handled. Could you enlighten me perhaps?

The RELEASE.md should be more-or-less up to date. However, there are a bunch of PRs both merged and waiting for merge (e.g. #957) that are backed up waiting on V3 and various other decisions to be made. So it's probably not nearly as simple as following those instructions. Happy to help, slack is probably the best way to discuss.

@ErikSchierboom ErikSchierboom force-pushed the fix-printed-exercism-version branch from 69555e7 to df8ad72 Compare February 24, 2022 10:59
@@ -16,7 +16,7 @@ import (
var RootCmd = &cobra.Command{
Use: BinaryName,
Short: "A friendly command-line interface to Exercism.",
Long: `A command-line interface for the v2 redesign of Exercism.
Long: `A command-line interface for the v3 redesign of Exercism.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering if we should even be mentioning the version here, but for now it's as least better than the current text :)

@ErikSchierboom ErikSchierboom merged commit 5563b64 into exercism:main Feb 24, 2022
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.

Bump the printed version of Exercism in the CLI
3 participants