-
Notifications
You must be signed in to change notification settings - Fork 0
/
get-release-props-logs.log
180 lines (177 loc) · 5.79 KB
/
get-release-props-logs.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
==========================================================
= =
==========================================================
- reading config.json file
- '.release/config.json' file found
- reading 'versionUpgradeType'
- 'versionUpgradeType': major
- reading package version from npm
- package npm version: 1.4.2
- analysing version
- analysed deployable version 2.0.0
- reading custom tag
- no custom tag found
- reading release notes
---
- RELEASE_NOTES: ## Features
- Implemented the ability to automate the creation of releases and deployment of npm packages using a GitHub workflow (flag: `--create-release-action`).
- Added functionality to generate release notes and release configuration files for the action (flag: `--create-release-data`).
- Introduced an independent registry for managing assets.
## Improvements
- Enhanced the package to detect existing projects and decide whether to proceed with execution or terminate.
- Resolved node version dependency issues for versions 18.18.0 and higher.
- Automation of release and deploy of the package
- PACKAGE_NAME: xmanscript
- PACKAGE_VERSION: 1.0.20
- FINAL_RELEASE_VERSION: 2.0.0
- RELEASE_TYPE:major
- TAG:v-2.0.0
==========================================================
= =
==========================================================
- reading config.json file
- '.release/config.json' file found
- reading 'versionUpgradeType'
- 'versionUpgradeType': minor
- reading package version from npm
- package npm version: 2.0.0
- analysing version
- analysed deployable version 2.1.0
- reading custom tag
- no custom tag found
- reading release notes
---
- RELEASE_NOTES: ## Changes
- Changes the executable command in bin of package.json
- PACKAGE_NAME: xmanscript
- PACKAGE_VERSION: 2.0.0
- FINAL_RELEASE_VERSION: 2.1.0
- RELEASE_TYPE:minor
- TAG:v-2.1.0
==========================================================
= =
==========================================================
- reading config.json file
- '.release/config.json' file found
- reading 'versionUpgradeType'
- 'versionUpgradeType': patch
- reading package version from npm
- package npm version: 2.1.1
- analysing version
- analysed deployable version 2.1.2
- reading custom tag
- no custom tag found
- reading release notes
---
- RELEASE_NOTES: ## Fixes
- Wait for flags task to complete before exit
## Changes
- Updated documentation
- PACKAGE_NAME: xmanscript
- PACKAGE_VERSION: 2.1.0
- FINAL_RELEASE_VERSION: 2.1.2
- RELEASE_TYPE:patch
- TAG:v-2.1.2
==========================================================
= =
==========================================================
- reading config.json file
- '.release/config.json' file found
- reading 'versionUpgradeType'
- 'versionUpgradeType': patch
- reading 'releaseType'
- 'releaseType': --prerelease
- reading package version from npm
- package npm version: 2.1.3
- analysing version
- analysed deployable version 2.1.4
- reading custom tag
- no custom tag found
- reading release notes
---
- RELEASE_NOTES: ## Presease to check if reading release type is working
- no PR in prerelease
- PACKAGE_NAME: xmanscript
- PACKAGE_VERSION: 2.1.2
- FINAL_RELEASE_VERSION: 2.1.4
- VERSION_UPGRADE_TYPE: patch
- TAG: v-2.1.4
- RELEASE_TYPE: --prerelease
==========================================================
= =
==========================================================
- reading config.json file
- '.release/config.json' file found
- reading 'versionUpgradeType'
- 'versionUpgradeType': patch
- reading 'releaseType'
- 'releaseType': --prerelease
- reading package version from npm
- package npm version: 2.1.4
- analysing version
- analysed deployable version 2.1.5
- reading custom tag
- no custom tag found
- reading release notes
---
- RELEASE_NOTES: ## Presease to check if reading release type is working
- no PR in prerelease check
- PACKAGE_NAME: xmanscript
- PACKAGE_VERSION: 2.1.4
- FINAL_RELEASE_VERSION: 2.1.5
- VERSION_UPGRADE_TYPE: patch
- TAG: v-2.1.5
- RELEASE_TYPE: --prerelease
==========================================================
= =
==========================================================
- reading config.json file
- '.release/config.json' file found
- reading 'versionUpgradeType'
- 'versionUpgradeType': patch
- reading 'releaseType'
- 'releaseType': --prerelease
- reading package version from npm
- package npm version: 2.1.5
- analysing version
- analysed deployable version 2.1.6
- reading custom tag
- no custom tag found
- reading release notes
---
- RELEASE_NOTES: ## Presease to check if reading release type is working
- no PR in prerelease check with encapsulated condition
- PACKAGE_NAME: xmanscript
- PACKAGE_VERSION: 2.1.5
- FINAL_RELEASE_VERSION: 2.1.6
- VERSION_UPGRADE_TYPE: patch
- TAG: v-2.1.6
- RELEASE_TYPE: --prerelease
==========================================================
= =
==========================================================
- reading config.json file
- '.release/config.json' file found
- reading 'versionUpgradeType'
- 'versionUpgradeType': minor
- reading 'releaseType'
- no 'releaseType' provided
- reading package version from npm
- package npm version: 2.1.7
- analysing version
- analysed deployable version 2.2.0
- reading custom tag
- no custom tag found
- reading release notes
---
- RELEASE_NOTES: ## Changes
- Conditional step for creatinf pr only if release is non prerelease
- Release notes in .txt file
## Fixes
- Error when no release type
- PACKAGE_NAME: xmanscript
- PACKAGE_VERSION: 2.1.6
- FINAL_RELEASE_VERSION: 2.2.0
- VERSION_UPGRADE_TYPE: minor
- TAG: v-2.2.0
- RELEASE_TYPE: