@lblod/ember-mock-login
v0.14.0
Published
The default blueprint for Embroider v2 addons.
Keywords
Readme
@lblod/ember-mock-login
[Short description of the addon.]
Compatibility
- Ember.js v4.8 or above
- Embroider or ember-auto-import v2
Installation
ember install ember-mock-loginUsage
[Longer description of how to use the addon in apps.]
Contributing
See the Contributing guide for details.
Releasing a new version
We use release-it to handle our release flow and lerna-changelog to generate the changelog for that release.
Prerequisites
- Both
release-itandlerna-changelogrequire a Github personal access token to work properly. - All PRs that need to show up in the changelog need a descriptive title and correct label.
Previewing the changelog (optional)
If you want to preview the changelog that will be generated before starting the release flow you can run the following command:
GITHUB_AUTH=your-access-token npx lerna-changelog
Creating a new release
Simply run GITHUB_AUTH=your-access-token pnpm release and follow the prompts.
After the new tag is created and pushed Woodpecker will take care of publishing the package to npm.
License
This project is licensed under the MIT License.
