Commit Graph

10 Commits

Author SHA1 Message Date
Thomas Gummerer 4f46bdacdf
update go-change to the latest version ()
This is another step to get our changelog more consistent. Upgrading
go-change to the latest version makes it include
https://github.com/pulumi/go-change/pull/25, which means it will suggest
the correct imperative form for changelog messages.

Also this tool now lives in the pulumi org.
2024-03-05 12:42:05 +00:00
Julien P bea5c00885
Move .version to /sdk and embed it ()
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

go:embed can not traverse paths upwards, move .version so we can embed
it. This enables us to have the version available outside of binary
builds (where we use linker flags to embed the version in
sdk/go/common/version/version.go).

This is useful for automation API, where we want to have the current
version available to us, but don't want to force consumers of the API to
build and test with linker flags.

Blocking for https://github.com/pulumi/pulumi/pull/15049

## Checklist

- [ ] I have run `make tidy` to update any new dependencies
- [ ] I have run `make lint` to verify my code passes the lint check
  - [ ] I have formatted my code using `gofumpt`
2024-01-19 14:11:17 +00:00
jongwooo e4e96c96d8 Replace deprecated command with environment file
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2023-02-20 11:14:39 +09:00
Aaron Friel 8b1b37d82f ci: Update post-release PR to align with release process 2022-10-18 22:45:59 -07:00
Aaron Friel 8935ab86ae fix(ci): Fix pull request URLs in changelogs 2022-10-17 18:58:25 -07:00
Fraser Waters 1df0290ad8 Fix .github/scripts/generate-homebrew-tap to export PULUMI_VERSION
To prevent bad commits like
cf74ca655d
when running locally.
2022-10-06 08:44:51 +01:00
Aaron Friel 6ef7ef64d6 ci: Enable testing of language version sets 2022-09-21 09:48:38 -07:00
Aaron Friel 37ac68d36e ci: Enable updating Homebrew Tap repository on release 2022-09-19 16:13:38 -07:00
Aaron Friel d51c54a73e ci: Prep for real 3.40.0 release, unblock post-release commands 2022-09-13 20:30:32 -07:00
Aaron Friel 272b987791 ci: ensure trunk is always green 2022-09-13 13:38:14 -07:00