Skip to content

Commit

Permalink
Chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.1...v3.1.0) (2022-07-28)

### Fix

* Added release automation (#20) ([66f9b84](66f9b84)), closes [#20](#20)

### New

* Issue and pr project addition automation (Fixes #3315) ([74575f7](74575f7)), closes [#3315](https://github.com/adaptlearning/adapt-vimeo/issues/3315)
  • Loading branch information
semantic-release-bot committed Jul 28, 2022
1 parent 66f9b84 commit 5c68008
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 3 deletions.
45 changes: 43 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "git://github.com/adaptlearning/adapt-vimeo.git"
},
"version": "3.0.1",
"version": "3.1.0",
"framework": ">=5.19.1",
"homepage": "https://github.com/adaptlearning/adapt-vimeo",
"issues": "https://github.com/adaptlearning/adapt-vimeo/issues/new",
Expand All @@ -19,5 +19,46 @@
"authors": [
"Dan Storey <[email protected]>"
],
"license": "GPL-3.0"
"license": "GPL-3.0",
"private": true,
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-eslint": "^3.0.9",
"semantic-release": "^19.0.3"
},
"scripts": {
"postversion": "cp package.json bower.json"
},
"release": {
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "eslint"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "eslint"
}
],
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"package.json",
"bower.json"
],
"message": "Chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "git://github.com/adaptlearning/adapt-vimeo.git"
},
"version": "3.0.1",
"version": "3.1.0",
"framework": ">=5.19.1",
"homepage": "https://github.com/adaptlearning/adapt-vimeo",
"issues": "https://github.com/adaptlearning/adapt-vimeo/issues/new",
Expand Down

0 comments on commit 5c68008

Please sign in to comment.