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

Make release notes code blocks copy-paste-able #430

Merged
merged 1 commit into from
Apr 20, 2020

Conversation

Geod24
Copy link
Contributor

@Geod24 Geod24 commented Apr 16, 2020

The release notes used C-style comments (//) instead of shell-style (#),
causing the code snippet to not be easily copy-paste-able.

Additionally, the code fence for Windows had the extra powershell added,
as well as a comment to direct users towards powershell over cmd.

The release notes used C-style comments (`//`) instead of shell-style (`#`),
causing the code snippet to not be easily copy-paste-able.

Additionally, the code fence for Windows had the extra `powershell` added,
as well as a comment to direct users towards `powershell` over `cmd`.
@TingluoHuang TingluoHuang merged commit 9f78ad3 into actions:master Apr 20, 2020
@Geod24 Geod24 deleted the patch-1 branch April 20, 2020 02:15
AdamOlech pushed a commit to antmicro/runner that referenced this pull request Jan 28, 2021
The release notes used C-style comments (`//`) instead of shell-style (`#`),
causing the code snippet to not be easily copy-paste-able.

Additionally, the code fence for Windows had the extra `powershell` added,
as well as a comment to direct users towards `powershell` over `cmd`.
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