Skip to content

Commit eb7d185

Browse files
authored
Merge pull request #1451 from puppetlabs/MAINT-Removing_outdated_instructions
(MAINT) Removing outdated instructions
2 parents 4d95113 + 95b23cd commit eb7d185

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,3 @@ Environment Variable | Usage
7575
**TEST_TARGET** | A beaker-hostgenerator string for the OS of the VM you want to test on e.g. _redhat7-64workstation._ or _windows2012r2-64workstation._ (The period character after workstation is required by beaker-hostgenerator).
7676
**BUILD_SERVER** | (Defaults to 'builds.delivery.puppetlabs.net' if not set) (Only required if testing a SHA on a Windows VM). The hostname of the build server that hosts packages.
7777
**SUITE_VERSION** | (If not set, will be automatically determined if possible) The build tag/version string used when installing packages on certain platforms - e.g. if the package you built is `pdk-0.5.0.0.21.gb84d40e-1.osx10.12.dmg` then **SUITE_VERSION** would be `0.5.0.0.21.gb84d40e`
78-
79-
# Release Process
80-
81-
1. Bump the version in `lib/pdk/version.rb`.
82-
1. In a clean checkout of main, run `bundle exec rake changelog`.
83-
1. Edit PR titles and tags, until `bundle exec rake changelog` output makes sense.
84-
1. Commit and PR the changes.
85-
1. When the PR is merged, get a clean checkout of the merged commit, and run `bundle exec rake release[upstream]` (where "upstream" is your local name of the puppetlabs remote)
86-
1. Profit!
87-
1. Update `lib/pdk/version.rb` with `x.y.z.pre` version bump, commit, and PR to prepare for next release.

0 commit comments

Comments
 (0)