@@ -5,252 +5,10 @@ This file is autogenerated.
55Only edit this file directly to correct typos.
66-->
77
8- This document contains a history of significant changes which have been released for ` mbed-tools-ci -scripts` . Please note that
8+ This document contains a history of significant changes which have been released for ` continuous-delivery -scripts` . Please note that
99beta releases are not included in this history. For a full list of all releases, please see the
10- [ PyPI Release History] ( https://pypi.org/project/mbed-tools-ci -scripts/#history ) .
10+ [ PyPI Release History] ( https://pypi.org/project/continuous-delivery -scripts/#history ) .
1111
12- [ // ] : # ( begin_release_notes )
13-
14- "1.7.4" (2020-07-08)
15- ====================
16-
17- Bugfixes
18- --------
19-
20- - Add newline to news file created with create-news-file (#20200707 )
21- - Remove from pre-commit checks (#2020070701 )
22- - add timestamp to news file name (#20200707185215 )
23-
24-
25- "1.7.3" (2020-06-18)
26- ====================
27-
28- Bugfixes
29- --------
30-
31- - Remove assert-news mutually exclusive group (#20200617 )
32-
33-
34- "1.7.2" (2020-06-17)
35- ====================
36-
37- Bugfixes
38- --------
39-
40- - Fix unassigned variable error (#20200617 )
41-
42-
43- "1.7.1" (2020-04-30)
44- ====================
45-
46- Bugfixes
47- --------
48-
49- - Tested on Python 3.8. (#20200429 )
50-
51-
52- Misc
53- ----
54-
55- - #20200429
56-
57-
58- "1.7.0" (2020-04-24)
59- ====================
60-
61- Features
62- --------
63-
64- - Added a licence compliance check for the package and its dependencies. (#20200415 )
65- - Generates a licensing summary. (#20200420 )
66- - Add licensing summary to docs. (#20200423 )
67- - Changed the configuration type entry for package licence compliance check. (#20200424 )
68-
69-
70- Misc
71- ----
72-
73- - #20200416
74-
75-
76- "1.6.2" (2020-04-07)
77- ====================
78-
79- Bugfixes
80- --------
81-
82- - Fix issue found in targets during SPDX report generation. (#20200407 )
83-
84-
85- "1.6.1" (2020-04-06)
86- ====================
87-
88- Bugfixes
89- --------
90-
91- - Improves SPDX document contents. (#20200403 )
92- - Fix towncrier version to remove issue found in [ tool's pre-release] ( https://github.com/twisted/towncrier/issues/180 ) (#20200406 )
93-
94-
95- "1.6.0" (2020-04-02)
96- ====================
97-
98- Features
99- --------
100-
101- - Added utilities for generating the [ SPDX report] ( https://spdx.org/ ) of a given python package (#2 )
102- - Generating SPDX documents as part of the release process. (#20200330 )
103-
104-
105- Misc
106- ----
107-
108- - #20200330
109-
110-
111- "1.5.1" (2020-03-26)
112- ====================
113-
114-
115- Bugfixes
116- --------
117-
118- - Fix pre-commit configuration and add assert-news to the check list (#20200323 )
119- - Ignore yaml files when licensing (#20200326 )
120-
121-
122- "1.5.0" (2020-03-23)
123- ====================
124-
125- Features
126- --------
127-
128- - Added a way/mode for ` assert-news ` to work on local repositories (#20200311 )
129-
130-
131- "1.4.1" (2020-03-19)
132- ====================
133-
134- Bugfixes
135- --------
136-
137- - Updated licence notice to follow regex in ` flake8-copyright ` (#20200319 )
12+ This project was forked from version 1.7.4 of [ mbed-tools-ci-scripts] ( https://github.com/ARMmbed/mbed-tools-ci-scripts )
13813
139-
140- Improved Documentation
141- ----------------------
142-
143- - Adds licence/copyright notice (#20200319 )
144-
145-
146- "1.4.0" (2020-03-19)
147- ====================
148-
149- Features
150- --------
151-
152- - Added a utility for putting a licence notice at top of source files. (#20200318 )
153-
154-
155- "1.3.0" (2020-02-26)
156- ====================
157-
158- Features
159- --------
160-
161- - Add utility for generating news files (#20200226 )
162-
163-
164- "1.2.3" (2020-02-10)
165- ====================
166-
167- Bugfixes
168- --------
169-
170- - Added missing ` packaging ` dependency. (#1 )
171-
172-
173- "1.2.2" (2020-02-07)
174- ====================
175-
176- Bugfixes
177- --------
178-
179- - Fixed file upload to AWS (#3 )
180-
181-
182- "1.2.1" (2020-02-07)
183- ====================
184-
185- Bugfixes
186- --------
187-
188- - Fix for multiple beta releases of a same version (#4 )
189-
190-
191- Misc
192- ----
193-
194- - #20200206
195-
196-
197- "1.2.0" (2020-02-06)
198- ====================
199-
200- Features
201- --------
202-
203- - Commit back the version file on Beta releases (#2 )
204-
205-
206- Bugfixes
207- --------
208-
209- - Fix default arguments depending on unavailable config (#1 )
210-
211-
212- Misc
213- ----
214-
215- - #1 , #2
216-
217-
218- "1.1.0" (2020-02-05)
219- ====================
220-
221- Features
222- --------
223-
224- - Added unit tests for filesystem helpers (#1 )
225- - Generates documentation as part of the release process (#3 )
226- - Added package information (#4 )
227- - Added facilities for file upload to AWS S3 (#5 )
228-
229-
230- Bugfixes
231- --------
232-
233- - Ensures the documentation is put at the root of GitHub pages when releasing. (#2 )
234-
235-
236- Misc
237- ----
238-
239- - #20200204 , #20200205
240-
241-
242- "1.0.0" (2020-02-03)
243- ====================
244-
245- Major changes
246- -------------
247-
248- - Initial release (#1 )
249- - Renaming package (#2 )
250- - Remove the need for a temporary docs configuration to be defined. DOCUMENTATION_TEMP_CI_OUTPUT_PATH is no longer used. (#20200203 )
251-
252-
253- Misc
254- ----
255-
256- - #20200131 , #20200203 , #202002032
14+ [ // ] : # ( begin_release_notes )
0 commit comments