Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore : do not generate sed backup file while generating release info
While working on windows, I observed that `make test` always generates two temporary files after execution: ``` sed9zmH5g sedOFQN7I ``` Their content was similar to release-info.json. On further debugging I found out they are getting created as backup files for sed replacement in Makefile. Signed-off-by: Rohan Kumar <[email protected]>
- Loading branch information