-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from ansidev/release/2.1.0
Release v2.1.0
- Loading branch information
Showing
19 changed files
with
75,627 additions
and
130 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## [v2.1.0](https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0) (2023-03-01) | ||
|
||
### Bug Fixes | ||
|
||
- set dir for internal task to avoid wrong working directory | ||
|
||
- delete existing branch before initializing | ||
|
||
### Features | ||
|
||
- **cli-command:** add command `leetcode` for generating new solution post | ||
|
||
- **deploy:** update environment variable | ||
|
||
- **disqus-comment:** add Disqus comment to post page | ||
|
||
- **seo:** add canonical URL meta field | ||
|
||
Full Changelog: [v2.0.1...v2.1.0](https://github.com/ansidev/astro-basic-template/compare/v2.0.1...v2.1.0) |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: "3" | ||
|
||
tasks: | ||
new: | ||
desc: Generate new post for LeetCode solution | ||
cmds: | ||
- pnpm lc:new {{.CLI_ARGS}} | ||
silent: true | ||
|
||
commit: | ||
desc: Commit code for a specific LeetCode problem | ||
cmds: | ||
- | | ||
git commit -m "chore(solution): add solution for LeetCode problem No.{{.CLI_ARGS}}" | ||
silent: true |
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
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
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
Oops, something went wrong.