File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
2+ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+ # SPDX-License-Identifier: Apache-2.0
24"""
35Create new changelog entries for a specific package.
46"""
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
2+ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+ # SPDX-License-Identifier: Apache-2.0
24"""
35Create a new release by consolidating changelog entries from next-release directory
46into a version JSON file (x.y.z.json).
Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
2+ # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+ # SPDX-License-Identifier: Apache-2.0
24"""
35Render changelog entries from version JSON files using Jinja templates.
46"""
You can’t perform that action at this time.
0 commit comments