LinusU / LinusU/qrcode

Document/automate release process

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
2
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Currently running the following command to release:

```sh
lerna publish --force-publish='*' 1.0.0-beta.1
```

- `--force-publish=*` so that all packages always are at the same version, even if one of the packages didn't have any changes.
- `1.0.0-beta.1` for specifying the version to bump to

Things that would be nice to fix:

- [ ] Specify the `--force-publish=*` flag in `lerna.json`
- [ ] Teach Lerna about [emoji-commit](https://github.com/LinusU/emoji-commit), so that the version can be specified automatically

related: https://github.com/LinusU/fanny-pack/issues/1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with lerna.json and the documented release command, then review the linked emoji-commit project to understand how commit messages could provide the version. Done means the force-publish setting is configured in lerna.json and the release process can determine the version automatically from emoji commits.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
release
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.