Skip to content

Commit 411475b

Browse files
authored
Merge pull request #1000 from cloudfoundry/rfc-cfapiv2-eol
Assigning number 0032 to RFC from PR #941
2 parents 8be3f13 + d7b4862 commit 411475b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

toc/rfc/assign-rfc-number.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ NOPUSH=${NOPUSH:-}
2727
#
2828

2929
generate_id() {
30-
id="$(find "$script_dir" -maxdepth 2 -type f -exec basename {} \; | sed 's/[^0-9]*//' | sed -E 's|^([[:digit:]]{4})-.*$|\1|' | sort | tail -n 1 | sed 's/^0*//')"
30+
id="$(find "$script_dir" -maxdepth 2 -type f -exec basename {} \; | grep -E '^rfc-[0-9]{4}-' | sed 's/[^0-9]*//' | sed -E 's|^([[:digit:]]{4})-.*$|\1|' | sort | tail -n 1 | sed 's/^0*//')"
3131
((id++))
3232
printf "%04d" "${id}"
3333
}

toc/rfc/rfc-draft-cfapiv2-eol.md renamed to toc/rfc/rfc-0032-cfapiv2-eol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
- Name: CF API v2 End of Life
44
- Start Date: 2024-08-08
55
- Author(s): stephanme
6-
- Status: Draft <!-- Acceptable values: Draft, Approved, On Hold, Superseded -->
7-
- RFC Pull Request: [#941](https://github.com/cloudfoundry/community/pull/941)
6+
- Status: Accepted
7+
- RFC Pull Request: [community#941](https://github.com/cloudfoundry/community/pull/941)
88

99

1010
## Summary

0 commit comments

Comments
 (0)