Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion RELEASE.md

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIUC, we shouldn't need to use Komac from our local machine anymore.
If #379 works correctly, a new branch will be created at https://github.com/columnar-tech/winget-pkgs, and we can then open a pull request upstream from that branch.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, right! I'll update the checklist. Thanks for reminding me.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I believe this setting has never used before, so it might fail the first time and we should run Komac for recovery.)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How's cb082aa?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I believe this setting has never used before, so it might fail the first time and we should run Komac for recovery.)

k, noted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ git push --tags

The automation will take over from the tag being pushed.

## Release Checklist
## Release Pre-Flight Checklist

Before creating and pushing the tags, please consult the following
checklist of steps:
Expand All @@ -54,3 +54,22 @@ checklist of steps:

Once the above checklist is completed, just push the new tag to
kick off the release process.
Then, continue to the [Post-Release Checklist](#post-release-checklist).

## Post-Release Checklist

- [ ] Create a pull request against [microsoft/winget-pkgs](https://github.com/microsoft/winget-pkgs) from [our fork](https://github.com/columnar-tech/winget-pkgs). See [winget](#winget) for details.

### Details

You can find detailed steps for items in the post-release checklist here.

#### winget

Updating our WinGet package is only partially automated. goreleaser automatically creates a branch at https://github.com/columnar-tech/winget-pkgs but then someone needs to manually create a pull request against upstream with the change.

Follow these steps:

1. Wait for the release workflow to finish.
1. Find the branch at https://github.com/columnar-tech/winget-pkgs. It should be called `dbc-$VERSION`.
1. Create a pull request
Loading