You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently the release-automation.yaml was merged into main to start automate the release process, however as expected, after merging, is necessary to do some adjustments, fixes and configurations to the repo to be able to iron-out the WF. This is expected since this is a fairly complex workflow with variables that are hard (close to impossible) to replicate locally.
This tasks is a place-holder for the testing phase.
So far this has come up:
Change secrets.HEDERA_BOT_TOKEN for secrets.GITHUB_TOKEN at the checkout step.
Requested RE team to add the following secrets to the repo: secrets.GPG_PRIVATE_KEY and secrets.GPG_PASSPHRASE
The conclusion of this ticket is to iron-out the process and verify is working by sucessfully releasing 0.1.0 starting with attempt to release 0.1.0-rc1 and 0.1.0-rc2 versions.
The text was updated successfully, but these errors were encountered:
AlfredoG87
changed the title
Test, Fix and Follow-up on Release process, attempt to release 0.1.0-rc1 and 0.1.0-rc2 versions.
Test, Fix and Follow-up on "Automated release process" attempt to release 0.1.0-rc1 and 0.1.0-rc2 versions.
Oct 2, 2024
Recently the
release-automation.yaml
was merged intomain
to start automate the release process, however as expected, after merging, is necessary to do some adjustments, fixes and configurations to the repo to be able to iron-out the WF. This is expected since this is a fairly complex workflow with variables that are hard (close to impossible) to replicate locally.This tasks is a place-holder for the testing phase.
So far this has come up:
secrets.HEDERA_BOT_TOKEN
forsecrets.GITHUB_TOKEN
at the checkout step.secrets.GPG_PRIVATE_KEY
andsecrets.GPG_PASSPHRASE
The conclusion of this ticket is to iron-out the process and verify is working by sucessfully releasing
0.1.0
starting with attempt to release0.1.0-rc1
and0.1.0-rc2
versions.The text was updated successfully, but these errors were encountered: