* Fix syntax bug in delete artifacts step of release branch merge handler workflow
* Remove duplicate SALESFORCE_TEMPLATE_USERNAME in getting started docs
* Fix bugs in compile release notes step
* Add DEPLOYMENT_TIMEOUT to getting started docs
* Add missing env variable in push-to-main workflow & remove email deliv logic in workflows
* Fix bad secret reference
* Fix release note compilation bug
* Use scoped PAT for actions that could fail because default token does not have perms
* Remove reference to our internal reviewers team
* Consolidate SALESFORCE_JWT_KEY and SALESFORCE_JWT_SECRET_KEY
* Remove redundant tags checkout & use fallback semver when no tags exist
* change fallback tag semver to 1.0.0
* Remove unnecessary tag main step
* Update major version when creating release/milestone
* asymmetric encryption implementation with age
* use minor instead of major semver for milestone creation
* doc updates
* Fix syntax bug in delete artifacts step of release branch merge handler workflow
* Remove duplicate SALESFORCE_TEMPLATE_USERNAME in getting started docs
* Fix bugs in compile release notes step
* Add DEPLOYMENT_TIMEOUT to getting started docs
* Add missing env variable in push-to-main workflow & remove email deliv logic in workflows
* Fix bad secret reference
* Fix release note compilation bug
* Use scoped PAT for actions that could fail because default token does not have perms
* Remove reference to our internal reviewers team
* Consolidate SALESFORCE_JWT_KEY and SALESFORCE_JWT_SECRET_KEY
* Remove redundant tags checkout & use fallback semver when no tags exist
* change fallback tag semver to 1.0.0
* Remove unnecessary tag main step
* Update major version when creating release/milestone
* Updated event trigger and conditions for 'Release Branch Merge Handler'
* Only run sfdx deploy-related steps in PR handler if metadata changed
* Improve merge handler commit message
* Add auth path to did files change step in pull request handler workflow
* Update did metadata change step name to include auth file
* use minor instead of major semver for milestone creation
* Fix syntax bug in delete artifacts step of release branch merge handler workflow
* Remove duplicate SALESFORCE_TEMPLATE_USERNAME in getting started docs
* Fix bugs in compile release notes step
* Add DEPLOYMENT_TIMEOUT to getting started docs
* Add missing env variable in push-to-main workflow & remove email deliv logic in workflows
* Fix bad secret reference
* Fix release note compilation bug
* Use scoped PAT for actions that could fail because default token does not have perms
* Remove reference to our internal reviewers team
* Consolidate SALESFORCE_JWT_KEY and SALESFORCE_JWT_SECRET_KEY
* Remove redundant tags checkout & use fallback semver when no tags exist
* change fallback tag semver to 1.0.0
* Remove unnecessary tag main step
* Update major version when creating release/milestone
* use minor instead of major semver for milestone creation
* auth file for testing and gitignore change for auth files
* gitignore changes for auth files and auth file folder
* Apex classes to test deployment to UAT sandbox
* test removing release branch prefix var from event trigger conditions
* revert test removing release branch prefix var from event trigger conditions
* log pr data from gh event
* do not use repo var in event trigger conditions
* try and log pr event data
* try casting github event data to JSON for env variable
* try and log pr base ref
* try to set and log check-base-ref-for-release-branch.outputs.DEPLOY_TO_UAT
* try adding job condition
* Implement repo var for sfdx profile decompose
* fix syntax error
* include new changes
* only run Release Branch Pull Request Handler if base ref starts with …
* remve pull request branch filter
* only run Release Branch Pull Request Handler if base ref starts with release branch prefix
* deployment timeout repo var
* Add release notes folder
* clean up if statement
* remove openssl version command
* remove sfdx-auth.json write
* init .github/workflows/release-branch-merge-handler.yml
* remove old set-output
* clean up
* Clean up
* conditionally run scripts/create_release_notes.sh and deletion of release notes
* fix syntax error
* replace create_release_notes.sh file with bash in workflow
* fix if condition in release branch merge handler
* auth file for testing and gitignore change for auth files
* gitignore changes for auth files and auth file folder
* Apex classes to test deployment to UAT sandbox
* test removing release branch prefix var from event trigger conditions
* revert test removing release branch prefix var from event trigger conditions
* log pr data from gh event
* do not use repo var in event trigger conditions
* try and log pr event data
* try casting github event data to JSON for env variable
* try and log pr base ref
* try to set and log check-base-ref-for-release-branch.outputs.DEPLOY_TO_UAT
* try adding job condition
* Implement repo var for sfdx profile decompose
* fix syntax error
* include new changes
* only run Release Branch Pull Request Handler if base ref starts with …
* remve pull request branch filter
* only run Release Branch Pull Request Handler if base ref starts with release branch prefix
* deployment timeout repo var
* Add release notes folder
* clean up if statement
* remove openssl version command
* remove sfdx-auth.json write
* init .github/workflows/release-branch-merge-handler.yml
* remove old set-output
* clean up
* Clean up
* conditionally run scripts/create_release_notes.sh and deletion of release notes
* fix syntax error
* replace create_release_notes.sh file with bash in workflow
* auth file for testing and gitignore change for auth files
* gitignore changes for auth files and auth file folder
* Apex classes to test deployment to UAT sandbox
* test removing release branch prefix var from event trigger conditions
* revert test removing release branch prefix var from event trigger conditions
* log pr data from gh event
* do not use repo var in event trigger conditions
* try and log pr event data
* try casting github event data to JSON for env variable
* try and log pr base ref
* try to set and log check-base-ref-for-release-branch.outputs.DEPLOY_TO_UAT
* try adding job condition
* Implement repo var for sfdx profile decompose
* fix syntax error
* include new changes
* only run Release Branch Pull Request Handler if base ref starts with …
* remve pull request branch filter
* only run Release Branch Pull Request Handler if base ref starts with release branch prefix
* deployment timeout repo var
* Add release notes folder
* clean up if statement
* remove openssl version command
* remove sfdx-auth.json write
* auth file for testing and gitignore change for auth files
* gitignore changes for auth files and auth file folder
* Apex classes to test deployment to UAT sandbox
* test removing release branch prefix var from event trigger conditions
* revert test removing release branch prefix var from event trigger conditions
* log pr data from gh event
* do not use repo var in event trigger conditions
* try and log pr event data
* try casting github event data to JSON for env variable
* try and log pr base ref
* try to set and log check-base-ref-for-release-branch.outputs.DEPLOY_TO_UAT
* try adding job condition
* Implement repo var for sfdx profile decompose
* fix syntax error
* include new changes
* only run Release Branch Pull Request Handler if base ref starts with …
* remve pull request branch filter
* only run Release Branch Pull Request Handler if base ref starts with release branch prefix
* deployment timeout repo var
* Add release notes folder