After successfully generate, Librarian should update state.yaml record of LastGeneratedCommit per library. Similar logic is present and can be borrowed from 0.1.0 https://github.com/googleapis/librarian/blob/dcf81d04e47df28c9ccfbba885b923946713a834/internal/librarian/updateapis.go#L240
After successfully generate, Librarian should update state.yaml record of LastGeneratedCommit per library.
Similar logic is present and can be borrowed from 0.1.0
librarian/internal/librarian/updateapis.go
Line 240 in dcf81d0