File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: Publish to PyPi
6
6
#
7
7
# 1. Document human readable changes in CHANGELOG
8
8
# 2. Bump package version using poetry version <major|minor|patch|specific version>
9
- # 3. Create a PR to develop branch, and merge if all tests pass
9
+ # 3. Merge version changes to develop branch
10
10
# 4. Edit the current draft release notes
11
11
# 5. If not already set, use `v<new version>` as a tag, and select develop as target branch
12
12
#
@@ -17,7 +17,10 @@ name: Publish to PyPi
17
17
# 3. Run tests, linting, security and complexity base line
18
18
# 4. Publish package to PyPi test repository
19
19
# 5. Publish package to PyPi prod repository
20
- # 6. Push latest release source code to master using release title as the commit message
20
+ # 6. Kick off Lambda Layer pipeline to publish latest version with minimal dependencies as a SAR App
21
+ # 7. Kick off Lambda Layer pipeline to publish latest version with extra dependencies as a SAR App
22
+ # 8. Builds a fresh version of docs including Changelog updates
23
+ # 9. Push latest release source code to master using release title as the commit message
21
24
22
25
on :
23
26
release :
You can’t perform that action at this time.
0 commit comments