This addon provides form and form-fields components to create and edit submissions. In-depth information, usage instructions, and comprehensive details about ember-submission-form-fields can be found in the Wiki.
- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- Node.js v14 or above
- ember-auto-import v2+
npm install --save-dev @lblod/ember-submission-form-fields
See the Contributing guide for details.
We use release-it
to handle our release flow
- All PRs that need to show up in the changelog need a descriptive title and [correct label].
At the moment the changelog is updated manually. To make this a bit easier you can generate a basic changelog based on the merged PRs with lerna-changelog
.
lerna-changelog
requires a Github personal access token to work properly.
The following command can be used to generate the changelog:
GITHUB_AUTH=your-access-token npx lerna-changelog
Simply run npm run release
and follow the prompts.
If you generated the changelog using lerna-changelog you can add it to the changelog file and add it to the staged changes when release-it asks if you want to commit the changes. This will ensure that the changelog change is part of the release commit.
After the new tag is created and pushed CI will take care of publishing the package to npm.
This project is licensed under the MIT License.