Release automation added to the pipeline - #223
Merged
Merged
Conversation
singhmj-1
force-pushed
the
chore/release-workflow
branch
from
March 11, 2026 14:44
626f9ae to
db17556
Compare
vireshnavalli
self-requested a review
March 11, 2026 14:47
vireshnavalli
approved these changes
Mar 11, 2026
singhmj-1
marked this pull request as ready for review
March 11, 2026 14:48
singhmj-1
marked this pull request as draft
March 12, 2026 10:01
stormc
reviewed
Mar 12, 2026
stormc
reviewed
Mar 12, 2026
stormc
reviewed
Mar 12, 2026
nitparihar
approved these changes
Mar 13, 2026
singhmj-1
force-pushed
the
chore/release-workflow
branch
from
March 13, 2026 14:07
db17556 to
d7ff695
Compare
stormc
reviewed
Mar 13, 2026
stormc
reviewed
Mar 13, 2026
stormc
reviewed
Mar 13, 2026
stormc
reviewed
Mar 13, 2026
singhmj-1
force-pushed
the
chore/release-workflow
branch
from
March 16, 2026 05:18
616df6d to
46521bf
Compare
stormc
reviewed
Mar 19, 2026
stormc
reviewed
Mar 19, 2026
Silvanoc
reviewed
Mar 19, 2026
singhmj-1
force-pushed
the
chore/release-workflow
branch
3 times, most recently
from
March 31, 2026 17:14
5155958 to
4777252
Compare
singhmj-1
marked this pull request as ready for review
March 31, 2026 17:18
singhmj-1
force-pushed
the
chore/release-workflow
branch
from
April 3, 2026 12:14
f4fdade to
a7a7649
Compare
singhmj-1
force-pushed
the
chore/release-workflow
branch
from
April 20, 2026 12:43
a7a7649 to
ed79225
Compare
singhmj-1
force-pushed
the
chore/release-workflow
branch
from
April 22, 2026 07:07
f3ec5c5 to
931dca7
Compare
…s while building agent binary Signed-off-by: Manjinder <manjinder.b.singh@capgemini.com> ci: uses commit date as build date and uses trimpath for build reproducibility Signed-off-by: Manjinder <manjinder.b.singh@capgemini.com> docs: adds guide about release Signed-off-by: Manjinder <manjinder.b.singh@capgemini.com> ci: go toolchain and go language features are set to 1.24.4 Signed-off-by: Manjinder <manjinder.b.singh@capgemini.com> docs: explains the scope, versioning, release labels, deliverables and other steps in details Signed-off-by: Manjinder <manjinder.b.singh@capgemini.com> docs: extracts the contribution related docs into CONTRIBUTING.md and updates release.md accordingly Signed-off-by: Manjinder <manjinder.b.singh@capgemini.com> ci: adds code quality gates, modifies release mechanism, updates release document Signed-off-by: Manjinder <manjinder.b.singh@capgemini.com> fix: copies the snapshot of the spec in the repo for traceability Signed-off-by: Manjinder <manjinder.b.singh@capgemini.com>
…ease docs Signed-off-by: Manjinder <manjinder.b.singh@capgemini.com>
singhmj-1
force-pushed
the
chore/release-workflow
branch
from
April 22, 2026 08:11
931dca7 to
0a3da93
Compare
This was
linked to
issues
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Generates the following assets as part of the release:
a. WFM Client Binaries for linux/arm64, linux/amd64
b. WFM Client container image
c. Pushes WFM Client Container Images to ghcr
d. Generates change log and release note containing the commit diff from the last release.
This addresses the following:
a. Binary release requested, here
b. Consistency in golang toolchain and language versions, here