Skip to content

Commit

Permalink
fix(semantic-release): fix the build and release process
Browse files Browse the repository at this point in the history
  • Loading branch information
CezCz committed Sep 3, 2020
1 parent 74a13b8 commit 4c0e647
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 49 deletions.
4 changes: 3 additions & 1 deletion .releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ module.exports = {
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md",
}],
"@semantic-release/npm",
["@semantic-release/npm", {
"pkgRoot": "dist/aem-angular-editable-components/",
}],
["@semantic-release/github", {
"assets": ["package.json", "CHANGELOG.md"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.2](https://github.com/adobe/aem-angular-editable-components/compare/v1.0.1...v1.0.2) (2020-09-03)


### Bug Fixes

* **semantic-release:** release angular library from compiled files ([66e01e1](https://github.com/adobe/aem-angular-editable-components/commit/66e01e16edcd8bcd6d4f01e4a64bebf820962cc3))
* **semantic-release:** release proper package ([972e361](https://github.com/adobe/aem-angular-editable-components/commit/972e3618d43009186cdf25450fd6cf1dda8c3523))

## [1.0.1](https://github.com/adobe/aem-angular-editable-components/compare/v1.0.0...v1.0.1) (2020-09-02)


Expand Down
14 changes: 0 additions & 14 deletions dist/aem-angular-editable-components/CHANGELOG.md

This file was deleted.

34 changes: 0 additions & 34 deletions dist/aem-angular-editable-components/package.json

This file was deleted.

0 comments on commit 4c0e647

Please sign in to comment.