Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some loggingfix_release_patch_task | David Rodríguez | 2019-09-10 | 1 | -0/+2 |
| | |||||
* | This task is no longer "destructive" | David Rodríguez | 2019-09-10 | 1 | -2/+0 |
| | | | | | It no longer releases, not touches protected remote branches, so no really need for confirmation. | ||||
* | Cherry-pick commits into a new branch | David Rodríguez | 2019-09-10 | 1 | -1/+1 |
| | | | | So we can create a release PR to the stable branch. | ||||
* | Simplify `release:patch` task | David Rodríguez | 2019-09-10 | 1 | -37/+4 |
| | |||||
* | Make sure release prerequisites are really prerequisitesrelease_improvements | David Rodríguez | 2019-08-28 | 1 | -1/+1 |
| | | | | | | | | | The `rubygems:push` task is defined as a prerequisite to the `release` task as well. And since it's defined earlier, it seems to be run prior to the other prerequisites. That is not what we want here. We want every prerequisite satisfied _before_ actually pushing the gem. | ||||
* | Make releasing to github a prerequisite | David Rodríguez | 2019-08-28 | 1 | -5/+1 |
| | | | | | | The only thing that really makes the gem available through rubygems is the actual release tag. Everything else should be a prerequisite to that in my opinion. | ||||
* | Document the task to push to github releases | David Rodríguez | 2019-08-28 | 1 | -0/+1 |
| | |||||
* | Support skipping to the next PRchangelog_handling | David Rodríguez | 2019-08-12 | 1 | -2/+2 |
| | |||||
* | Exclude PRs to the previous to last stable branch | David Rodríguez | 2019-08-12 | 1 | -4/+5 |
| | |||||
* | Refactor fetching the last stable branch | David Rodríguez | 2019-08-12 | 1 | -2/+9 |
| | |||||
* | Support "n" in confirm method | David Rodríguez | 2019-08-12 | 1 | -2/+5 |
| | |||||
* | Show a prompt to confirm each changelog entry | David Rodríguez | 2019-08-12 | 1 | -2/+3 |
| | |||||
* | Don't output to screen when opening PR | David Rodríguez | 2019-08-12 | 1 | -1/+1 |
| | | | | | I was getting some warnings from my browser that mixed with the rest of the output. | ||||
* | Allow cancelling release:open_unreleased_prs task | David Rodríguez | 2019-08-12 | 1 | -0/+4 |
| | |||||
* | Add Linux support to `rake release:open_unreleased_prs` | David Rodríguez | 2019-08-12 | 1 | -1/+2 |
| | |||||
* | Commit man pages to source control | David Rodríguez | 2019-08-10 | 1 | -4/+5 |
| | | | | | | | | | | | | | | This has the benefit that: * Allows the installation of bundler as a default gem from rubygems to include man pages. * Removes the need to build man pages during our tests. * Makes working with the manifest easier, because we only have source controlled files, and not a mix of source control and generated files. To make sure they never fall out of sync, we replace the previous `man:build` CI task with a `man:check` task that makes sure the generated man pages are up to date. | ||||
* | Remove unnecessary task | David Rodríguez | 2019-08-10 | 1 | -1/+1 |
| | | | | The build task does not generate any files at `lib/bundler/generated`. | ||||
* | Replace bundler_2:install with bundler_3:installbundler_3_install_task | David Rodríguez | 2019-06-18 | 1 | -2/+2 |
| | |||||
* | Remove `man:require` task | David Rodríguez | 2019-04-12 | 1 | -1/+1 |
| | | | | | The ronn gem is needed for building man pages, that's already guarded. The `release` task is irrelevant. | ||||
* | Add missing method to rake filefix_undefined_method_error | David Rodríguez | 2019-04-05 | 1 | -0/+4 |
| | |||||
* | Add a release file list checkno_git_on_gemspec | David Rodríguez | 2019-03-05 | 1 | -1/+25 |
| | |||||
* | Update for new bors merge commit messagesegiddins/new-bors-merge-commit-message | Samuel Giddins | 2018-10-02 | 1 | -2/+2 |
| | |||||
* | Fix some rescue calls that do not specifiy error type. | utilum | 2018-03-17 | 1 | -1/+1 |
| | |||||
* | release.rake: Fix typo in variable name | Olle Jonsson | 2017-10-18 | 1 | -2/+2 |
| | |||||
* | [Travis] Override version before installing depsseg-bundler-2 | Samuel Giddins | 2017-09-06 | 2 | -5/+5 |
| | |||||
* | [Rakefile] Add a task to generate GitHub releasesseg-github-release | Samuel Giddins | 2017-08-27 | 1 | -1/+80 |
| | |||||
* | Extract override version for use installing in devindirect/override-version-for-dev | Andre Arko | 2017-08-07 | 1 | -1/+1 |
| | |||||
* | Add a task to install a bundler 2 dev gemseg-bundler-2-tasks | Samuel Giddins | 2017-07-26 | 1 | -0/+10 |
| | |||||
* | [Rakefile] In a patch release, change version after checkoutseg-release-patch-change-version-after-checkout | Samuel Giddins | 2017-07-17 | 1 | -5/+5 |
| | |||||
* | [RuboCop] Enable Layout/EmptyLineAfterMagicComment cop | Koichi ITO | 2017-07-16 | 1 | -0/+1 |
| | |||||
* | Avoid git shenanigans with the build metadata fileseg-version-build-metadata | Samuel Giddins | 2017-06-13 | 3 | -24/+32 |
| | |||||
* | [Rakefile] Run hooks quietly | Samuel Giddins | 2017-06-12 | 2 | -5/+5 |
| | |||||
* | [Rakefile] Add tasks to setup git hooks | Samuel Giddins | 2017-06-12 | 2 | -1/+48 |
| | |||||
* | Rebuild build metadata whenever the HEAD changes | Samuel Giddins | 2017-06-12 | 1 | -1/+1 |
| | |||||
* | [Rakefile] Assume that the build metadata is unchanged before changing it | Samuel Giddins | 2017-06-12 | 1 | -0/+2 |
| | |||||
* | Add a rake task to generate build metadata | Samuel Giddins | 2017-06-12 | 1 | -0/+18 |
| | |||||
* | [Rakefile] Allow making a patch release with no changesseg-release-no-changes | Samuel Giddins | 2017-05-19 | 1 | -1/+2 |
| | | | | i.e. going from a pre to a .0 | ||||
* | [Rakefile] Handle when a patch release milestone also contains issues | Samuel Giddins | 2017-04-23 | 1 | -1/+2 |
| | |||||
* | [Release] Coerce PR numbers to strings for the regexp matchingseg-release-pr-number-to-s | Samuel Giddins | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | [Release] Fix pulling PRs from milestoneseg-fix-milestone-release | Samuel Giddins | 2017-02-09 | 1 | -7/+21 |
| | | | | | | Implement pagination Account for the fact that only issues can be filtered by milestone, not PRs | ||||
* | [Release] Pull PRs to backport from GH milestoneseg-patch-release-milestone | Samuel Giddins | 2017-02-08 | 1 | -2/+22 |
| | |||||
* | [Rakefile] Add release-related tasksseg-release-tasks | Samuel Giddins | 2017-01-11 | 1 | -0/+81 |