Skip to content

Commit

Permalink
build: Remove change log and use the github release page (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieweiyi committed Feb 21, 2021
1 parent e045442 commit 325f11d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 502 deletions.
10 changes: 1 addition & 9 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,12 @@
]
}],
"@semantic-release/release-notes-generator",
["@semantic-release/changelog", {
"changelogFile": "CHANGELOG.md",
}],
["@semantic-release/npm", {
"pkgRoot": "./build",
}],
["@semantic-release/exec", {
"successCmd": "RELEASED_VERSION=${nextRelease.version} ./scripts/postRelease.sh"
}],
["@semantic-release/git", {
"assets": ["CHANGELOG.md"],
}],
["@semantic-release/github", {
"assets": ["CHANGELOG.md"],
}]
["@semantic-release/github"]
]
}
275 changes: 0 additions & 275 deletions CHANGELOG.md

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,7 @@ Check all the tests passed, code built, storybook built, documentation built

This project is licensed under the Apache-2.0 License.

## Changelog

Check out the [Changelog](https://github.com/aws/aws-northstar/releases)

2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ We welcome your contribution to NorthStar. Please check our [Contribution Guide]

## Changelog

Check out the [Changelog](https://github.com/aws/aws-northstar/blob/main/CHANGELOG.md)
Check out the [Changelog](https://github.com/aws/aws-northstar/releases)
Loading

0 comments on commit 325f11d

Please sign in to comment.