aws / amazon-ecs-init

Amazon Elastic Container Service RPM
http://aws.amazon.com/ecs
Apache License 2.0
200 stars 118 forks source link

Automate changelog generation for generic rpm. #410

Closed fenxiong closed 3 years ago

fenxiong commented 3 years ago

Summary

Automate changelog generation for generic rpm.

Implementation details

Updated scripts/changelog/changelog.go to generate change log for generic rpm from the master change log file scripts/changelog/CHANGELOG_MASTER. The changelog is generated in the same manner as amazon linux rpm. Updated the amazon linux part of code to generate change log for both amazon linux rpm spec and the generic rpm spec.

Testing

Ran the changelog program and generated the changelog for generic rpm:

cd scripts/changelog
go run changelog.go

Description for the changelog

N/A

Licensing

This contribution is under the terms of the Apache 2.0 License: yes