Skip to content

Commit 3c2aafd

Browse files
aemengoekcasey
authored andcommitted
Add state fields
Signed-off-by: Anthony Emengo <[email protected]>
1 parent 80e427c commit 3c2aafd

File tree

98 files changed

+102
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+102
-2
lines changed

merge-rfc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
146146
fi
147147
sed $SEDOPTION "s|- RFC Pull Request:.*|- RFC Pull Request: [${REPO}#${PR_NUMBER}](https://github.com/${OWNER}/${REPO}/pull/${PR_NUMBER})|" "${SOURCE_DOC}"
148148
sed $SEDOPTION "s|- CNB Issue:.*|- CNB Issue: $ISSUES_TEXT|" "${SOURCE_DOC}"
149-
sed $SEDOPTION "s|- State:.*|- State: **Approved**|" "${SOURCE_DOC}"
149+
sed $SEDOPTION "s|- Status:.*|- Status: Approved|" "${SOURCE_DOC}"
150150

151151
echo "> Moving ${SOURCE_DOC} to ${TARGET_DOC}..."
152152
git mv "${SOURCE_DOC}" "${TARGET_DOC}"

text/0001-pack-suggest-stacks.md

+1

text/0002-pack-logging-refactor.md

+1

text/0003-pack-inspect-image.md

+1

text/0004-rfc-process.md

+1

text/0005-contractual-build-plan.md

+1

text/0006-stage-specific-mixins.md

+1

text/0007-spec-distribution.md

+1

text/0008-buildpack-config-for-dist.md

+1

text/0009-auto-load-user-provided-environment-variables.md

+1

text/0010-api-versions.md

+1

text/0011-lifecycle-descriptor.md

+1

text/0012-service-binding.md

+1

text/0013-app-layer-metadata-source.md

+1

text/0014-combined-restorer-analyzer-phases.md

+1

text/0015-windows-lifecycle.md

+1

text/0016-use-email-more.md

+1

text/0017-pack-build-default-process-flag.md

+1

text/0018-remove-pack-run.md

+1

text/0019-project-descriptor.md

+1

text/0020-landing-page.md

+1

text/0021-lifecycle-compat-verification.md

+1

text/0022-client-side-buildpack-registry.md

+1

text/0023-circleci-orb.md

+1

text/0024-lifecycle-multicall-binary-for-build.md

+1

text/0025-dont-trust-builders.md

+1

text/0026-lifecycle-all.md

+1

text/0027-spec-api-branches.md

+1

text/0028-remove-cred-helpers.md

+1

text/0029-template-changes.md

+1

text/0030-links-for-buildpacks.md

+1

text/0031-bionic-mixins.md

+1

text/0032-update-json-cnb-registry.md

+1

text/0033-add-author.md

+1

text/0034-image-labels.md

+1

text/0035-buildpack-versions.md

+1

text/0036-cnb-buildpack-directory-env-var.md

+1

text/0037-buildpack-uris.md

+1

text/0038-gh-repo-labels.md

+1

text/0039-release-process.md

+1

text/0040-export-report.md

+1

text/0041-api-version-compat.md

+1

text/0042-process-specific-env.md

+1

text/0043-increase-build-plan-flexibility.md

+1

text/0044-pack-publish-buildpack.md

+1

text/0045-launcher-arguments.md

+1

text/0046-pack-pull-policy.md

+1

text/0047-danger-zone.md

+1

text/0048-inline-buildpack.md

+1

0 commit comments

Comments
 (0)