-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Improve release steps #711
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Joas Schilling <[email protected]>
git push origin v$(version) | ||
git push releases v$(version) | ||
``` | ||
8. **Draft a new release** on GitHub in [nextcloud-releases/talk-desktop](https://github.com/nextcloud-releases/talk-desktop/releases) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This actually needs to be done on nextcloud/
otherwise there is an error/warning that no PRs can be found for the commits.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can draft the release for a not pushed version. Or I didn't understand your comment.
git push releases v$(version) | ||
``` | ||
7. **Draft a new release** on GitHub in [nextcloud-releases/talk-desktop](https://github.com/nextcloud-releases/talk-desktop/releases) | ||
Built-in Talk in binaries is updated to $(talkVersion) Talk changelog: https://github.com/nextcloud/spreed/blob/$(talkVersion)/CHANGELOG.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Built-in Talk in binaries is updated to $(talkVersion) Talk changelog: https://github.com/nextcloud/spreed/blob/$(talkVersion)/CHANGELOG.md | |
Built-in Talk in binaries is updated to Talk v$(talkVersion) |
Built-in Talk in binaries is updated to $(talkVersion) Talk changelog: https://github.com/nextcloud/spreed/blob/$(talkVersion)/CHANGELOG.md | ||
``` | ||
3. Commit `CHANGELOG.md` | ||
4. Update version in `package.json` and `package-locked.json` using npm: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4. Update version in `package.json` and `package-locked.json` using npm: | |
4. Update version in `package.json` and `package-lock.json` using npm: |
```sh | ||
npm version patch --no-git-tag | ||
``` | ||
3. Commit `package.json` and `package-locked.json` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3. Commit `package.json` and `package-locked.json` | |
3. Commit `package.json` and `package-lock.json` |
git push origin v$(version) | ||
git push releases v$(version) | ||
``` | ||
8. **Draft a new release** on GitHub in [nextcloud-releases/talk-desktop](https://github.com/nextcloud-releases/talk-desktop/releases) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can draft the release for a not pushed version. Or I didn't understand your comment.
```md | ||
## What's Changed | ||
|
||
<details> | ||
<!-- Generated content --> | ||
</details> | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting was correct to MD spec
No description provided.