Skip to content

Commit

Permalink
Merge pull request #3 from lblod/setup-release-flow
Browse files Browse the repository at this point in the history
Add release-it setup
  • Loading branch information
abeforgit authored Aug 2, 2022
2 parents c12942e + 1775735 commit f820883
Show file tree
Hide file tree
Showing 4 changed files with 7,447 additions and 12 deletions.
14 changes: 14 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"github": {
"release": true
},
"plugins": {
"@release-it-plugins/lerna-changelog": {
"infile": "CHANGELOG.md",
"launchEditor": true
}
},
"npm": {
"publish": false
}
}
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frontend-reglementaire-bijlage

This README outlines the details of collaborating on this Ember application.
A short introduction of this app could easily go here.
The frontend for the reglementaire bijlage app, which is a management interface for regulatory attachments for the Flemish government.

## Prerequisites

Expand Down Expand Up @@ -43,14 +42,10 @@ Make use of the many generators for code, try `ember help generate` for more det
* `ember build` (development)
* `ember build --environment production` (production)

### Deploying
### Releasing

Specify what it takes to deploy your app.
Make sure all PRs have proper labels, and then use

* `npm run release`

## Further Reading / Useful Links

* [ember.js](https://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)
Loading

0 comments on commit f820883

Please sign in to comment.