Mislav Marohnić
6703677a95
Stop bumping winget manifest as part of release automation ( #5699 )
2022-05-24 09:57:24 +02:00
dependabot[bot]
edf6f46dad
Bump goreleaser/goreleaser-action from 2 to 3
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 2 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-23 14:33:44 +00:00
Sam Coe
597eb16a83
Upgrade to go 1.18 ( #5542 )
2022-05-09 18:46:19 +02:00
Sam Coe
477d999281
Document linux distribution updating ( #5531 )
2022-05-02 15:56:45 +02:00
dependabot[bot]
3427d17401
Bump actions/setup-go from 2 to 3 ( #5425 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-14 09:39:05 +02:00
Mislav Marohnić
5f4152fbfa
Bump winget-create
...
[ci skip]
2022-04-13 15:19:54 +02:00
neilnaveen
07e0e52edd
Fixed permission for workflow ( #5279 )
...
https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
Co-authored-by: Mislav Marohnić <mislav@github.com>
2022-03-14 14:18:21 +01:00
dependabot[bot]
0cce0e1543
Bump actions/checkout from 2 to 3
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02 14:29:49 +00:00
Mislav Marohnić
3e0db567e8
Rotate our Windows signing certificates ( #5196 )
...
- The certificate pfx file is now read from WINDOWS_CERT_PFX
- The password to decode the pfx is in WINDOWS_CERT_PASSWORD
- Quit reading from desktop-secrets repo
- Switch osslsigncode to take in pfx instead of individual certs
- 🔥 obsolete setup scripts
2022-02-15 17:23:39 +01:00
Heath Stewart
bad38fdcfb
Remove prerelease metadata from ProductVersion
2022-01-20 15:22:56 -08:00
Heath Stewart
7ecf66a7ea
Use forward slashes for project path
2022-01-20 14:36:41 -08:00
Heath Stewart
9aa81c2c04
Switch parameter prefix for use in bash
2022-01-20 12:24:35 -08:00
Heath Stewart
cc0a650031
Use EXE path for msbuild.exe
2022-01-20 11:34:57 -08:00
nate smith
e32d0ea307
spaces
2022-01-20 13:07:49 -06:00
nate smith
6e56a87eb1
attempt to use an absolute path to msbuild
2022-01-20 12:55:42 -06:00
nate smith
44f9d03a85
Merge remote-tracking branch 'origin/trunk' into issue703
2022-01-20 12:11:26 -06:00
Matthew Preble
45adc4ad76
Migrate to osslsigncode.
2022-01-13 13:37:57 -06:00
nate smith
e56c78a364
Sign Windows .exes in a post-build hook
2022-01-13 13:37:57 -06:00
Mislav Marohnić
1464a8a0f3
Generate release notes using the new API
...
https://docs.github.com/en/rest/reference/repos#generate-release-notes-content-for-a-release
2021-10-14 20:22:38 +02:00
Mislav Marohnić
2f45173370
Publish docs site using a deploy key instead of PAT
...
I'd like to decommission SITE_GITHUB_TOKEN as it's a PAT that has write
access to all my `github/*` repositories. Instead, I've created a deploy
key that only has access to `github/cli.github.com`.
ssh-keygen -t ed25519 -C "gh docs push" -N "" -f ~/.ssh/gh-docs-publish
gh repo -R github/cli.github.com deploy-key add ~/.ssh/gh-docs-publish.pub
# testing:
GIT_SSH_COMMAND='ssh -i $HOME/.ssh/gh-docs-publish' git push ...
2021-09-13 16:30:40 +02:00
Heath Stewart
2fa3de9ba4
Resolve PR feedback
2021-09-07 23:02:59 -07:00
Heath Stewart
cb599af1a3
Make sure correct step output is set
...
Also simplifies directories for an always-release binary.
2021-09-05 09:15:36 -07:00
Heath Stewart
5fad092b9e
Refactor Windows Installer setup
...
Resolves #703 along with several other issues:
* Build an x64 MSI for an x64 executable. This means the binary is installed to C:\Program Files, by default, rather than C:\Program Files (x86) without the ability to redirect it to 64-bit locations.
* Environment change to PATH is not system-wide, which for a per-machine install it should be so all users who can access the executable have it in their PATH.
* Environment change to PATH is not cleaned up when uninstalled.
* RTF conversion of LICENSE was difficult to read. A simple conversion script is checked in to facilitate regenerating RTF from root LICENSE.
2021-09-05 01:01:58 -07:00
Mislav Marohnić
eb78ac0dcb
Require Go 1.16+
2021-08-23 18:08:09 +02:00
Mislav Marohnić
5a46c1cab6
Merge pull request #4043 from cli/upgrade-goreleaser
...
This reverts commit 85d0447 .
2021-07-28 21:07:29 +02:00
Mislav Marohnić
85d0447a6e
Revert "Update GoReleaser to v0.172.1"
2021-07-20 21:39:50 +02:00
chemotaxis
ab675a33f3
Upgrade GoReleaser
...
Now that the config file is updated, upgrade from v0.169.0 to v0.172.1.
2021-07-01 18:41:13 -04:00
vilmibm
3cc4c40dcb
pin goreleaser version
2021-06-29 13:52:10 -05:00
Vishesh Gupta
4d20aa7873
Merge pull request #3801 from Vishesh-Gupta/automate-winget-release
...
Automate packaging for Winget
2021-06-18 15:56:58 +02:00
vilmibm
2d704ba591
bonus: support sid
2021-05-19 16:51:58 -05:00
Mislav Marohnić
068ad31c14
Add support for new Ubuntu, Kali linux ( #3645 )
...
Co-authored-by: vilmibm <vilmibm@neongrid.space>
2021-05-18 08:11:47 +02:00
Mislav Marohnić
adbfb6e8de
Merge pull request #3638 from cli/release-discussion
...
Create a Release Discussion on every new release
2021-05-17 15:37:39 +02:00
vilmibm
7479b3834d
use volume to avoid having to rebuild
2021-01-27 10:58:54 -08:00
vilmibm
773c8b3923
no longer try and install createrepo
2021-01-27 10:58:08 -08:00
vilmibm
6ef5248d21
cp -r instead of mv
2021-01-26 17:08:08 -08:00
vilmibm
39628a4354
use new docker-based script
2021-01-26 16:53:00 -08:00
Mislav Marohnić
fe9d390af0
Update deprecated set-env and add-path
...
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2020-10-06 15:57:08 +02:00
Mislav Marohnić
4bfde21b1b
Fix moving all "Pending release" project cards to the "Done" column
...
Previously only the first 30 project cards were moved.
2020-10-06 15:48:03 +02:00
Mislav Marohnić
01bd0dce5e
fix hub release download
2020-10-06 15:01:59 +02:00
Mislav Marohnić
70412ef06a
Add trailing newline
2020-10-02 17:48:40 +02:00
Mislav Marohnić
419566345b
Fix bumping the Homebrew formula
...
The gh formula in homebrew-core went back and forth between git-style
and tarball-style. Now that it's back to tarball, update the action to
reflect that.
2020-10-01 19:10:30 +02:00
Mislav Marohnić
4bf2e513c7
Use default token for Goreleaser action
...
Now that Goreleaser doesn't need to update any external repositories, we
can use the default generated GITHUB_TOKEN for releases.
2020-10-01 19:09:46 +02:00
Mislav Marohnić
0a17259e3c
Bump scoop bucket manually on release
...
Goreleaser can no longer do this for us since we're always creating a
draft release initially.
2020-10-01 19:09:14 +02:00
vilmibm
74665b213a
support more ubuntus
2020-09-17 14:18:06 -05:00
vilmibm
f46ebf9cea
support more debians
2020-09-16 12:47:16 -05:00
vilmibm
e59431eeef
more ubuntus
2020-09-08 16:26:25 -05:00
Mislav Marohnić
a983131479
Exercise most of the release process on prereleases
...
- deb and rpm packages are now built for prereleases
- consolidate setup for deb & rpm
- man pages are generated for prereleases
- the `cli.github.com` site is only pushed to on full releases
Bonus:
- only publish the GitHub release after the Windows MSI is uploaded
- hub does not need downloading
2020-09-07 16:11:27 +02:00
vilmibm
894be03923
linux repo creation
2020-09-03 13:47:48 -05:00
Shoma Okamoto
06b579c976
update go version
2020-08-13 22:22:27 +09:00
Mislav Marohnić
4757540bdf
Align bump-homebrew-formula config for updated formula format
2020-07-31 19:47:13 +02:00