mirror of
https://github.com/sparanoid/chinese-copywriting-guidelines.git
synced 2026-04-05 20:51:24 +08:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b19a3274b | ||
|
|
48f7cb8601 | ||
|
|
666279696d | ||
|
|
bea8e172b1 | ||
|
|
1fb7e8d08b | ||
|
|
1bd7b8f874 | ||
|
|
c808cb13c7 | ||
|
|
dfd2b9d268 |
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,3 +1,15 @@
|
|||||||
|
<a name="0.0.6"></a>
|
||||||
|
## [0.0.6](https://github.com/sparanoid/chinese-copywriting-guidelines/compare/v0.0.5...v0.0.6) (2015-08-12)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **grunt:** better version handling ([6662796](https://github.com/sparanoid/chinese-copywriting-guidelines/commit/6662796))
|
||||||
|
* **package:** update contributors ([48f7cb8](https://github.com/sparanoid/chinese-copywriting-guidelines/commit/48f7cb8))
|
||||||
|
* **package:** update contributors ([bea8e17](https://github.com/sparanoid/chinese-copywriting-guidelines/commit/bea8e17))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="0.0.5"></a>
|
<a name="0.0.5"></a>
|
||||||
### 0.0.5 (2015-07-08)
|
### 0.0.5 (2015-07-08)
|
||||||
|
|
||||||
@@ -5,7 +17,7 @@
|
|||||||
#### Bug Fixes
|
#### Bug Fixes
|
||||||
|
|
||||||
* **docs:**
|
* **docs:**
|
||||||
* typo HTML5, fixes https://github.com/sparanoid/chinese-copywriting-guidelines/is ([9a009b3d](http://github.com/sparanoid/chinese-copywriting-guidelines/commit/9a009b3d5d99e21692153c3086fff10b21407dc7))
|
* typo HTML5, fixes #19 ([9a009b3d](http://github.com/sparanoid/chinese-copywriting-guidelines/commit/9a009b3d5d99e21692153c3086fff10b21407dc7))
|
||||||
* wrong heading ([c2ec2d82](http://github.com/sparanoid/chinese-copywriting-guidelines/commit/c2ec2d82cbab504ee3185b546457c2e148361884))
|
* wrong heading ([c2ec2d82](http://github.com/sparanoid/chinese-copywriting-guidelines/commit/c2ec2d82cbab504ee3185b546457c2e148361884))
|
||||||
* **package:** license not defined ([ac6b463c](http://github.com/sparanoid/chinese-copywriting-guidelines/commit/ac6b463c6903d8e8cfad7cb23b6bd772de8bc6d6))
|
* **package:** license not defined ([ac6b463c](http://github.com/sparanoid/chinese-copywriting-guidelines/commit/ac6b463c6903d8e8cfad7cb23b6bd772de8bc6d6))
|
||||||
|
|
||||||
|
|||||||
@@ -9,23 +9,34 @@ module.exports = (grunt) ->
|
|||||||
config:
|
config:
|
||||||
pkg: grunt.file.readJSON("package.json")
|
pkg: grunt.file.readJSON("package.json")
|
||||||
|
|
||||||
release:
|
"npm-contributors":
|
||||||
options:
|
options:
|
||||||
changelog: false,
|
commitMessage: "feat(package): update contributors"
|
||||||
file: "package.json"
|
|
||||||
npm: false
|
conventionalChangelog:
|
||||||
commitMessage: "chore: release <%= version %>"
|
options:
|
||||||
tagName: "v<%= version %>"
|
changelogOpts:
|
||||||
tagMessage: "chore: tagging version <%= version %>"
|
preset: "angular"
|
||||||
afterBump: [
|
|
||||||
"changelog"
|
dist:
|
||||||
]
|
src: "CHANGELOG.md"
|
||||||
# Dev options
|
|
||||||
commit: false
|
bump:
|
||||||
tag: false
|
options:
|
||||||
|
files: ["package.json"]
|
||||||
|
commitMessage: 'chore: release v%VERSION%'
|
||||||
|
commitFiles: ["-a"]
|
||||||
|
tagMessage: 'chore: create tag %VERSION%'
|
||||||
push: false
|
push: false
|
||||||
pushTags: false
|
|
||||||
|
|
||||||
grunt.registerTask "default", "Default task aka. build task", [
|
grunt.registerTask "default", "Default task aka. build task", [
|
||||||
"changelog"
|
"changelog"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
grunt.registerTask "default", "Default task aka. build task", (type) ->
|
||||||
|
grunt.task.run [
|
||||||
|
"npm-contributors"
|
||||||
|
"bump-only:#{type or 'patch'}"
|
||||||
|
"conventionalChangelog"
|
||||||
|
"bump-commit"
|
||||||
|
]
|
||||||
|
|||||||
@@ -50,6 +50,7 @@
|
|||||||
> 在 LeanCloud上,數據存儲是圍繞`AVObject` 進行的。
|
> 在 LeanCloud上,數據存儲是圍繞`AVObject` 進行的。
|
||||||
|
|
||||||
完整的正確用法:
|
完整的正確用法:
|
||||||
|
|
||||||
> 在 LeanCloud 上,数据存储是围绕 `AVObject` 进行的。每个 `AVObject` 都包含了与 JSON 兼容的 key-value 对应的数据。数据是 schema-free 的,你不需要在每个 `AVObject` 上提前指定存在哪些键,只要直接设定对应的 key-value 即可。
|
> 在 LeanCloud 上,数据存储是围绕 `AVObject` 进行的。每个 `AVObject` 都包含了与 JSON 兼容的 key-value 对应的数据。数据是 schema-free 的,你不需要在每个 `AVObject` 上提前指定存在哪些键,只要直接设定对应的 key-value 即可。
|
||||||
|
|
||||||
:exclamation: 例外:「豆瓣FM」等產品名詞,按照官方所定義的格式書寫。
|
:exclamation: 例外:「豆瓣FM」等產品名詞,按照官方所定義的格式書寫。
|
||||||
|
|||||||
18
package.json
18
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "chinese-copywriting-guidelines",
|
"name": "chinese-copywriting-guidelines",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"description": "Chinese Copywriting Guidelines",
|
"description": "Chinese Copywriting Guidelines",
|
||||||
"author": "Tunghsiao Liu",
|
"author": "Tunghsiao Liu",
|
||||||
"homepage": "http://github.com/sparanoid/chinese-copywriting-guidelines",
|
"homepage": "http://github.com/sparanoid/chinese-copywriting-guidelines",
|
||||||
@@ -24,8 +24,18 @@
|
|||||||
"readmeFilename": "README.md",
|
"readmeFilename": "README.md",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-conventional-changelog": "^1.2.1",
|
"grunt-bump": "^0.3.1",
|
||||||
"grunt-release": "^0.13.0",
|
"grunt-conventional-changelog": "^4.0.0",
|
||||||
|
"grunt-npm": "0.0.2",
|
||||||
"matchdep": "^0.3.0"
|
"matchdep": "^0.3.0"
|
||||||
}
|
},
|
||||||
|
"contributors": [
|
||||||
|
"Jason Lee <huacnlee@gmail.com>",
|
||||||
|
"Huei Tan <huei90@users.noreply.github.com>",
|
||||||
|
"Yang Li <idealhack@gmail.com>",
|
||||||
|
"tzx <district10@users.noreply.github.com>",
|
||||||
|
"Charlie Jade <summer.alex07@gmail.com>",
|
||||||
|
"hotoo@users.noreply.github.com>",
|
||||||
|
"Elethom Hunter <elethomhunter@gmail.com>"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user