File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,20 @@ workflows:
111
111
publish :
112
112
unless : << pipeline.parameters.run-integration-tests >>
113
113
jobs :
114
+ - orb-tools/pack :
115
+ filters :
116
+ branches :
117
+ ignore : /.*/
118
+ tags :
119
+ only : /^\d+\.\d+\.\d+$/
114
120
- orb-tools/publish :
115
121
orb-ref : buildpacks/pack@$CIRCLE_TAG
122
+ attach-workspace : true
123
+ checkout : false
116
124
filters :
117
125
branches :
118
126
ignore : /.*/
119
127
tags :
120
128
only : /^\d+\.\d+\.\d+$/
129
+ requires :
130
+ - orb-tools/pack
Original file line number Diff line number Diff line change 1
1
## Release Process
2
2
3
3
1 . Create and push ` release/<VERSION> ` branch off of ` main ` .
4
- _ This will trigger a workflow that creates a draft release on GitHub. _
4
+ 1 . After all [ CI checks ] ( https://app.circleci.com/pipelines/github/buildpacks/pack-orb ) pass, find the job "hold-for-approval" and ` Approve ` .
5
5
1 . On the [ GitHub releases page] ( https://github.com/buildpacks/pack-orb/releases ) :
6
6
1 . Click ` Edit ` on the latest _ draft_ release.
7
7
1 . Review (and edit) generated changelog.
13
13
_ The release "Publish" action will create a tag that then triggers a workflow that additionally publishes the orb to the circleci catalog._
14
14
1 . Confirm that the orb is updated by viewing the [ orb page] ( https://circleci.com/developer/orbs/orb/buildpacks/pack ) .
15
15
16
-
17
16
## Makefile targets
18
17
19
-
20
18
` make future-version ` - logic to determine the next version by looking at the current git branch.
21
19
` make generate-changelog ` - process of generating the changelog for the ` future-version ` .
You can’t perform that action at this time.
0 commit comments