Skip to content

Commit

Permalink
Merge pull request #1000 from cloudfoundry/rfc-cfapiv2-eol
Browse files Browse the repository at this point in the history
Assigning number 0032 to RFC from PR #941
  • Loading branch information
beyhan authored Oct 16, 2024
2 parents 8be3f13 + d7b4862 commit 411475b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion toc/rfc/assign-rfc-number.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ NOPUSH=${NOPUSH:-}
#

generate_id() {
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*//')"
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*//')"
((id++))
printf "%04d" "${id}"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
- Name: CF API v2 End of Life
- Start Date: 2024-08-08
- Author(s): stephanme
- Status: Draft <!-- Acceptable values: Draft, Approved, On Hold, Superseded -->
- RFC Pull Request: [#941](https://github.com/cloudfoundry/community/pull/941)
- Status: Accepted
- RFC Pull Request: [community#941](https://github.com/cloudfoundry/community/pull/941)


## Summary
Expand Down

0 comments on commit 411475b

Please sign in to comment.