Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit464b622

Browse files
authored
Merge pull request#244 from coderoad/publish
Publish
2 parents18f3cf6 +35c470f commit464b622

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
77
##[0.1.0]
88

99
- Initial release
10+
11+
##[0.2.0]
12+
13+
- Improvements to error handling
14+
- Validate Git installed on startup
15+
- Validate git remote can connect on tutorial selection
16+
- Fix component translation issues

‎README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
![Visual Studio Marketplace Version](https://vsmarketplacebadge.apphb.com/version/Coderoad.coderoad.svg)
2+
![Visual Studio Marketplace Installs](https://vsmarketplacebadge.apphb.com/installs/Coderoad.coderoad.svg)
3+
![Visual Studio Marketplace Downloads](https://vsmarketplacebadge.apphb.com/downloads/Coderoad.coderoad.svg)
4+
15
#CodeRoad VSCode
26

37
CodeRoad is a VSCode extension that allows you to play interactive coding tutorials in your editor.
@@ -30,7 +34,6 @@ Install CodeRoad from [this link in the VSCode Marketplace](https://marketplace.
3034
- Node.js 12+ (10+ soon#237)
3135
- Git
3236

33-
3437
##Creating Tutorials
3538

3639
Build and share your own interactive tutorials.

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"coderoad",
3-
"version":"0.1.5",
3+
"version":"0.2.0",
44
"description":"Play interactive coding tutorials in your editor",
55
"keywords": [
66
"tutorial",
@@ -26,6 +26,7 @@
2626
"scripts": {
2727
"build":"./scripts/build.sh",
2828
"postinstall":"node ./node_modules/vscode/bin/install",
29+
"publish":"vsce publish -p $PERSONAL_ACCESS_TOKEN --packagePath ./releases/coderoad-$npm_package_version.vsix --baseContentUrl https://github.com/coderoad/coderoad-vscode/blob/master --baseImagesUrl https://github.com/coderoad/coderoad-vscode/blob/master",
2930
"lint":"eslint src/**/*ts",
3031
"package":"./scripts/package.sh",
3132
"storybook":"cd web-app && npm run storybook",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp