Skip to content

Commit

Permalink
Merge pull request #497 from zenn-dev/canary
Browse files Browse the repository at this point in the history
release v0.1.154
  • Loading branch information
cm-igarashi-ryosuke authored Jun 4, 2024
2 parents 356af97 + 9134630 commit 24a6ccc
Show file tree
Hide file tree
Showing 35 changed files with 1,131 additions and 763 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Resolves #<issue-url>
- [ ] 不要なコードが含まれていないか( コメントやログの消し忘れに注意 )
- [ ] XSS になるようなコードが含まれていないか
- [ ] モバイル端末での表示が考慮されているか
- [ ] Pull Reuqest の内容は妥当か( 膨らみすぎてないか )
- [ ] Pull Request の内容は妥当か( 膨らみすぎてないか )

より詳しい内容は [Pull Request Policy](https://github.com/zenn-dev/zenn-editor/tree/canary/docs/pull_request_policy.md) を参照してください。
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ export default function App(props) {

https://zenn-dev.github.io/zenn-docs-for-developers/

## Licence
## License

[MIT](LICENSE)
2 changes: 1 addition & 1 deletion docs/pull_request_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ Pull Request の修正内容にフロントエンドが関わる場合は、モ

テストが正しく実装されているか確認してください。特に XSS が発生しそうな処理に対しては、必ずテストを書くようにしてください。

## Pull Reuqest の内容は妥当か確認する
## Pull Request の内容は妥当か確認する

Pull Request の内容が正しく実装されている確認してください。関係が薄い修正が含まれている場合は、別の Pull Request に分けるなどして Pull Request が膨らみすぎないように注意してください。
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "0.1.153",
"version": "0.1.154-alpha.3",
"npmClient": "pnpm"
}
Loading

0 comments on commit 24a6ccc

Please sign in to comment.