Tue, 19 Nov 2024 08:03:08 GMT
- Internal refactor: getQuestionsForPackage to its own file ([email protected])
Wed, 06 Nov 2024 22:56:34 GMT
- Add option
changelog.uniqueFilenames
for adding a hash to the changelog filename based on the package name ([email protected]) - Add option changelog.maxVersions ([email protected])
- Replace usage of uuid library with built-in crypto.randomUUID() ([email protected])
Tue, 05 Nov 2024 08:03:18 GMT
- Add concurrency flag ([email protected])
Tue, 10 Sep 2024 08:02:59 GMT
- Update readme ([email protected])
- Refactor post-bump updating utilities ([email protected])
- Simplify handling of groups while bumping ([email protected])
- Remove newPackages from main BumpInfo ([email protected])
- Update internal changelog helper options ([email protected])
- Use a shared list of considered dependency types ([email protected])
- Use a shared helper for workspace versions ([email protected])
- Exit with an error on invalid change files ([email protected])
- Clarify signatures of various internal functions ([email protected])
Sat, 07 Sep 2024 08:02:58 GMT
- Add
'md'
and'json'
options forgenerateChangelog
([email protected])
- Prevent accidentally writing dep bumps to grouped changelog ([email protected])
- Don't bail early when updating calculated change types if one change file referenced an invalid package ([email protected])
- Include pre* changes in changelog ([email protected])
Wed, 04 Sep 2024 18:40:01 GMT
- add renderMainHeader changelog option (email not defined)
Fri, 23 Aug 2024 08:03:09 GMT
- override NPM_CONCURRENCY defaults through env variable ([email protected])
Thu, 22 Aug 2024 08:02:52 GMT
- Ensure changeDir is always set ([email protected])
Wed, 21 Aug 2024 22:56:03 GMT
- Add
changeDir
CLI option ([email protected])
Wed, 24 Apr 2024 01:43:00 GMT
- Use shell: true and explicit cwd for all package manager commands ([email protected])
- Set shell: true when spawning npm commands. This is required for Windows after a Node security fix. ([email protected])
Wed, 10 Apr 2024 00:55:50 GMT
- Support optional dependencies ([email protected])
- Ensure we can bump premajor, preminor and prepatch with a prereleasePrefix ([email protected])
Tue, 09 Apr 2024 08:02:58 GMT
- Add release types for major and minor prereleases ([email protected])
Wed, 06 Mar 2024 08:03:35 GMT
- Adding support for identifier base when bumping with a pre-release prefix ([email protected])
Tue, 27 Feb 2024 08:02:43 GMT
- Add context on the current running command for changeFiles transform ([email protected])
- Support updating lockfiles for pnpm and yarn (#769) ([email protected])
Thu, 19 Oct 2023 08:03:28 GMT
- Update dependency workspace-tools to ^0.36.3 ([email protected])
Wed, 18 Oct 2023 08:03:44 GMT
- Update typescript to v5.2. This should not cause any breaking emit changes. ([email protected])
- Update workspace-tools to fix issue with empty list of recent commit messages ([email protected])
- Update dependency cosmiconfig to v8 ([email protected])
- Update dependency fs-extra to v11 ([email protected])
Fri, 01 Sep 2023 08:03:30 GMT
- Minor improvements to path include/exclude logic ([email protected])
- Ensure getCliOptions properly handles all boolean and numeric options ([email protected])
Thu, 31 Aug 2023 08:03:29 GMT
- Add more logging during publishing ([email protected])
Thu, 27 Jul 2023 08:03:27 GMT
- Add an index signature to ChangelogEntry ([email protected])
- Stop recording incorrect bump commits in CHANGELOG.json ([email protected])
- Add type for PublishConfig ([email protected])
Fri, 21 Jul 2023 20:53:47 GMT
- Beachball passes packageInfos as 4th param of prepublish, postpublish, and postbump hooks ([email protected])
Tue, 18 Jul 2023 08:03:27 GMT
- Update dependency workspace-tools to ^0.35.0 ([email protected])
- Prevent retrying publishing and display a specific helpful error message in case of certain common errors (version exists; auth issue) ([email protected])
Thu, 13 Jul 2023 08:04:00 GMT
- Add --all option for
change
command ([email protected])
- Update to typescript 4.5 ([email protected])
- Run all npm commands async ([email protected])
- Slightly refactor internal npm args logic ([email protected])
Sat, 27 May 2023 08:02:27 GMT
- Fix validation bug that caused beachball to always exit with an error (and add return types to all functions) ([email protected])
Thu, 18 May 2023 08:06:52 GMT
- Make init more robust ([email protected])
- Improve validation logging and performance ([email protected])
- Reduce redundant logging during publishing ([email protected])
- Add comments on BeachballOptions and sort default options ([email protected])
Wed, 17 May 2023 08:04:02 GMT
- Minor cleanup of listPackageVersions and getNewPackages ([email protected])
- Centralize handling of environment variables ([email protected])
- Improve logging during publishing ([email protected])
Tue, 16 May 2023 08:03:41 GMT
- Simplify change type functions and remove unused ones ([email protected])
- Respect fetch depth from options when unshallowing clones to check for changes ([email protected])
- Fix bugs with getting adequate history to check for changes and determining if branches are connected ([email protected])
- Pipe logs to console for git operations during publish ([email protected])
- Report all package/group validation errors instead of short circuiting ([email protected])
Sat, 13 May 2023 08:05:18 GMT
- Improve getChangedPackages logging ([email protected])
- Combine and add comments for git tag methods, and move tag helper ([email protected])
Thu, 11 May 2023 08:03:48 GMT
- Improve publish bump/push logging and correctly detect git timeouts ([email protected])
- Fix line breaks in writeChangeFiles logging ([email protected])
- When determining changed packages, exclude change files as part of ignorePatterns ([email protected])
- Simplify some logic in bump and publish ([email protected])
- Minor cleanup for publish overrides, getChangedPackages, etc ([email protected])
Fri, 05 May 2023 08:03:45 GMT
- Use proper options and timeout on all npm operations ([email protected])
Wed, 03 May 2023 08:03:35 GMT
- Update dependency workspace-tools to ^0.34.0 (email not defined)
Tue, 02 May 2023 08:05:06 GMT
- BREAKING CHANGE: Require Node 14. This is released as a minor change because Node 12 has been past end of life for a year now. ([email protected])
Thu, 13 Apr 2023 08:03:46 GMT
- When bumping, don't modify the version of private packages ([email protected])
Fri, 10 Mar 2023 08:04:24 GMT
- Default --yes to true in CI ([email protected])
Fri, 17 Feb 2023 22:51:00 GMT
- Minor fixes for publish logging and checks ([email protected])
Fri, 17 Feb 2023 03:09:06 GMT
- Update dependency workspace-tools to ^0.30.0 (email not defined)
Wed, 15 Feb 2023 08:02:51 GMT
- Handle file not found issue ([email protected])
Wed, 08 Feb 2023 08:03:19 GMT
- New flag for git push timeout ([email protected])
Wed, 01 Feb 2023 08:03:58 GMT
- Adding timeout for git push operation ([email protected])
Fri, 06 Jan 2023 22:46:24 GMT
- Use
--ignore-scripts
when runningnpm install
after bumping packages (for repos using npm only) ([email protected])
Thu, 17 Nov 2022 08:03:27 GMT
- update dependency workspace-tools to ^0.29.0 (email not defined)
Wed, 12 Oct 2022 08:03:33 GMT
- Refactor change command and promptForChange helper for better testability ([email protected])
Tue, 04 Oct 2022 08:03:21 GMT
- add validation for multiple specified packages ([email protected])
- Simplify getDisallowedChangeTypes implementation ([email protected])
- Update dependency workspace-tools to ^0.28.0 ([email protected])
Sat, 24 Sep 2022 08:03:07 GMT
- Fix commit message suggestions in change command ([email protected])
Fri, 23 Sep 2022 08:03:37 GMT
- Don't write change files if prompt is cancelled ([email protected])
- Fix handling of shallow clones when checking for change files ([email protected])
Tue, 20 Sep 2022 21:13:11 GMT
- Add precommit hook ([email protected])
Sat, 17 Sep 2022 01:48:49 GMT
- Update workspace-tools to ^0.27.0 ([email protected])
Wed, 17 Aug 2022 08:02:47 GMT
- Error on duplicate package names in different workspaces (for a monorepo with multiple workspaces) ([email protected])
Thu, 11 Aug 2022 21:13:57 GMT
- Use ES2019 output (compatible with Node 12+) ([email protected])
- Exit publishing early if only invalid change files are present ([email protected])
Thu, 11 Aug 2022 21:09:34 GMT
- Improve auth error handling and other logs during publishing, and use the npm helper everywhere ([email protected])
- Rename file
monorepo/utils.ts
tomonorepo/isPathIncluded.ts
(no API change) ([email protected]) - Add verbose logs about determining changed packages ([email protected])
- Fix calculation of changed packages on Windows ([email protected])
Wed, 10 Aug 2022 08:03:11 GMT
- Update typescript to 4.3 ([email protected])
- Always use console.log not process.stdout for logging ([email protected])
- Moving non essential and retried commands to git from gitFailFast ([email protected])
Tue, 09 Aug 2022 06:34:24 GMT
- Update dependency workspace-tools to ^0.26.0 (email not defined)
Tue, 09 Aug 2022 01:24:22 GMT
- Update dependency execa to v5 (email not defined)
- Update dependency cosmiconfig to v7 (now supports .cjs config files) ([email protected])
- Update dependency fs-extra to v10 (email not defined)
- Update dependency yargs-parser to v21 (email not defined)
- Remove unused human-id dependency ([email protected])
Mon, 08 Aug 2022 21:56:43 GMT
- Update dependency semver to v7 ([email protected])
- Update dependency prompts to ^2.1.0 (widen allowed range) (email not defined)
Fri, 05 Aug 2022 22:30:35 GMT
- Specify
files
in package.json to ensure only intended files are published ([email protected])
Thu, 21 Jul 2022 00:41:14 GMT
- Update workspace-tools to fix remote detection ([email protected])
Thu, 14 Jul 2022 21:17:09 GMT
- Added error handling for git fetch ([email protected])
Wed, 13 Jul 2022 21:17:51 GMT
- Update
workspace-tools
to pick up newgit-url-parse
(may include breaking changes) ([email protected])
- Remove unused direct dependencies on
git-url-parse
andglob
(the code moved toworkspace-tools
awhile back) ([email protected])
Wed, 13 Jul 2022 20:33:51 GMT
- Bump git-url-parse to 12.0.0 ([email protected])
Thu, 07 Jul 2022 04:38:07 GMT
- Use path utilities from workspace-tools and remove beachball's redundant implementations ([email protected])
Wed, 06 Jul 2022 21:40:35 GMT
- fixes JSON parse failure when npm show output is an empty string and 0 exit code ([email protected])
Tue, 14 Jun 2022 22:58:59 GMT
- Update package-lock.json after bumping packages ([email protected])
Wed, 01 Jun 2022 19:11:29 GMT
- Updating workspace-tools to v0.19.0. ([email protected])
Wed, 18 May 2022 18:21:01 GMT
- Update the api call for prerelease to semver ([email protected])
Wed, 04 May 2022 03:40:52 GMT
- Remove docs for nonexistent changelog command ([email protected])
Wed, 04 May 2022 03:07:37 GMT
- Update help and readme to not refer to 'master' branch ([email protected])
Thu, 28 Apr 2022 20:28:37 GMT
- Add support for "workspace:" versions ([email protected])
Wed, 27 Apr 2022 23:30:47 GMT
- Prevent generation of changelog files for private packages ([email protected])
Thu, 06 Jan 2022 18:35:57 GMT
- Added fetch in cli options and check if fetch required for bump and push ([email protected])
Thu, 04 Nov 2021 20:44:16 GMT
- Add Bump Hooks ([email protected])
Wed, 03 Nov 2021 16:56:06 GMT
- add
--verbose
flag to make it easier to debug why some packages are being bumped ([email protected])
Thu, 21 Oct 2021 20:15:03 GMT
- Fix changelog entries to use the proper commit ([email protected])
- Update writeChangeFiles signature ([email protected])
Tue, 19 Oct 2021 18:16:38 GMT
- Prevent grouped change infos from overwriting each other ([email protected])
Thu, 23 Sep 2021 22:00:18 GMT
- support multiple changes per changefile ([email protected])
Mon, 20 Sep 2021 21:58:32 GMT
- chore(BeachballOptions): Move
scope
toRepoOptions
type ([email protected])
Thu, 16 Sep 2021 16:08:04 GMT
- Some refactoring; fixing the dependent change bump message generation so it is back in line with what we had ([email protected])
Tue, 14 Sep 2021 16:52:55 GMT
- feat(mergeChangelogs): Add option to ignore depenent change entries ([email protected])
Thu, 09 Sep 2021 21:15:31 GMT
- Allow prerelease changes to have dependentChangeType: patch ([email protected])
Thu, 09 Sep 2021 19:45:50 GMT
- Add ignorePatterns option ([email protected])
Thu, 09 Sep 2021 17:29:48 GMT
- Improve invalid change file error messages ([email protected])
Wed, 08 Sep 2021 18:31:30 GMT
- Fix the broken links to change-files ([email protected])
Tue, 07 Sep 2021 16:43:18 GMT
- Added custom transform option for the changeFiles ([email protected])
Fri, 30 Jul 2021 21:04:39 GMT
- fixes canary not to use latest tag for npm ([email protected])
Fri, 30 Jul 2021 07:14:51 GMT
- Another attempt at ignoring test files ([email protected])
Fri, 30 Jul 2021 07:00:05 GMT
- Remove
group
fromPackageInfo
, and calculate as needed instead of setting it as a side effect ([email protected])
- Stop publishing test and config files ([email protected])
- Reduce number of times
getPackageInfos
is called ([email protected])
Wed, 28 Jul 2021 21:59:24 GMT
- Stop publishing docs and configs in npm package ([email protected])
Wed, 28 Jul 2021 21:55:21 GMT
- Update typescript to 3.9 ([email protected])
Fri, 23 Jul 2021 00:04:33 GMT
- Add fallback logic for publishConfig values ([email protected])
Thu, 22 Jul 2021 23:33:10 GMT
- Fix for handling of custom schema while updating the CHANGELOG.json file ([email protected])
Thu, 22 Jul 2021 22:09:07 GMT
- Adding option to specify custom changelog at the package level ([email protected])
Fri, 16 Jul 2021 18:14:39 GMT
- Fixes changelogs comment count to be overridden by dependent bumps ([email protected])
Tue, 22 Jun 2021 20:45:00 GMT
- Fixes a perf regression due to a change in getting remote default branch ([email protected])
Thu, 03 Jun 2021 20:30:47 GMT
- actually query for the default branch rather than assuming master ([email protected])
Thu, 03 Jun 2021 19:08:26 GMT
- Beachball check is going to be much faster ([email protected])
Fri, 28 May 2021 02:09:13 GMT
- Improve tests to be robust angainst global setting for default branch ([email protected])
Thu, 27 May 2021 22:24:48 GMT
- Add validation for the dependentChangeType field in changefiles ([email protected])
- bump workspace-tools ([email protected])
Thu, 27 May 2021 22:23:24 GMT
- bump workspace-tools ([email protected])
Thu, 20 May 2021 22:47:45 GMT
- Add npm basic auth capability via new authType argument. ([email protected])
Fri, 07 May 2021 15:12:45 GMT
- Only commit changefiles and ignore other staged files on 'beachball change command' ([email protected])
Wed, 14 Apr 2021 15:34:23 GMT
- feat: Bump workspace-tools ([email protected])
Fri, 02 Apr 2021 17:49:52 GMT
- adds a feature of adding publish-config, bumps requirement to node 12 ([email protected])
Fri, 02 Apr 2021 17:34:25 GMT
- BREAKING: Adding a requirement of node engine 12+
Tue, 23 Mar 2021 17:35:03 GMT
- Update canary command to respect --no-publish flag ([email protected])
Thu, 04 Mar 2021 18:56:14 GMT
- Fix detection of default remote branch when it's not specified at CLI ([email protected])
Tue, 23 Feb 2021 20:40:17 GMT
- adds a --all canary option ([email protected])
Thu, 18 Feb 2021 22:45:51 GMT
- adding an init command ([email protected])
Thu, 18 Feb 2021 21:54:39 GMT
- more workspace-tools integration: getPackageInfos ([email protected])
Wed, 17 Feb 2021 00:12:20 GMT
- replacing the git util from beachball with the workspace-tools one ([email protected])
Tue, 16 Feb 2021 16:43:02 GMT
- Add postpublish hook ([email protected])
Thu, 04 Feb 2021 18:56:24 GMT
- check: Add validation of published package deps ([email protected])
Fri, 22 Jan 2021 23:56:47 GMT
- Allow passing --config to specify config file ([email protected])
Tue, 12 Jan 2021 20:28:35 GMT
- Roll-up the changelogs to dependents ([email protected])
Mon, 11 Jan 2021 10:30:42 GMT
- Prevent prompt from overriding the message passed by CLI args ([email protected])
Tue, 05 Jan 2021 05:46:59 GMT
- Add support for multiple project roots within a repo ([email protected])
Fri, 18 Dec 2020 18:31:08 GMT
- Use merge base for comparing two refs ([email protected])
Mon, 14 Dec 2020 21:08:05 GMT
- Adding a new option that allows to specify a pre-release prefix ([email protected])
Thu, 10 Dec 2020 21:14:31 GMT
- Cap the output from git to avoid process crashing with enobufs ([email protected])
Tue, 08 Dec 2020 19:53:12 GMT
- Implement the 'disallow-deleted-change-files' flag ([email protected])
Tue, 08 Dec 2020 18:55:00 GMT
- Expose dependent-change-type as CLI argument ([email protected])
Tue, 08 Dec 2020 18:18:13 GMT
- Set disallowedChangeTypes property only if arg is present ([email protected])
Tue, 01 Dec 2020 23:16:33 GMT
- Expose 'disallowed-change-types' as a CLI option ([email protected])
Mon, 30 Nov 2020 18:16:10 GMT
- Bump yargs version ([email protected])
Fri, 20 Nov 2020 18:46:16 GMT
- Respect --token argument in the sync command ([email protected])
Fri, 20 Nov 2020 18:02:40 GMT
- Allow branch name to fall back to config file. Fixes #377 ([email protected])
Wed, 28 Oct 2020 21:21:29 GMT
- Implements the --force flag for sync ([email protected])
- Fix syncE2E tests ([email protected])
Wed, 28 Oct 2020 20:58:56 GMT
- Replace timestamps with uuids in change file names ([email protected])
Wed, 28 Oct 2020 20:56:33 GMT
- Remove timestamp from change files ([email protected])
Thu, 22 Oct 2020 00:00:35 GMT
- Fix package level tag option. ([email protected])
Wed, 21 Oct 2020 18:27:09 GMT
- For out-of-scope package, do not update its dependencies versions along with its own version. ([email protected])
Mon, 19 Oct 2020 16:43:47 GMT
- Update sync command to respect the --tag value ([email protected])
Wed, 07 Oct 2020 23:22:24 GMT
- bumps very specific deps, don't go overboard with spreading ([email protected])
Mon, 28 Sep 2020 21:12:06 GMT
- avoid bump loop by being more selective about what gets bumped ([email protected])
Tue, 22 Sep 2020 02:55:40 GMT
- be targeted in the fetch ([email protected])
Fri, 11 Sep 2020 23:57:23 GMT
- Adds the ability to create and publish canary packages ([email protected])
Fri, 11 Sep 2020 22:07:20 GMT
- making a distinction between packageOptions and combinedOptions ([email protected])
Fri, 04 Sep 2020 21:04:07 GMT
- handles detached head when publishing ([email protected])
Fri, 28 Aug 2020 21:28:56 GMT
- add testing and fixes to retries for pushes ([email protected])
Sun, 23 Aug 2020 01:36:24 GMT
- Fix broken "beachball change" (#386). ([email protected])
Fri, 21 Aug 2020 16:14:19 GMT
- do not fetch before npm publish ([email protected])
Mon, 17 Aug 2020 23:07:36 GMT
- making sync actually just ask for latest dist-tag ([email protected])
Thu, 06 Aug 2020 19:31:46 GMT
- --no-bump flag implementation ([email protected])
Wed, 05 Aug 2020 20:06:03 GMT
- Implements the
--keep-change-files
flag to prevent change files from being deleted by bump and publish commands ([email protected])
Wed, 05 Aug 2020 19:12:35 GMT
- The
--since
flag implementation is added for filtering change files using git refs. ([email protected])
Mon, 20 Jul 2020 20:54:36 GMT
- adds a retry to git push ([email protected])
Mon, 20 Jul 2020 19:32:41 GMT
- refactored to allow sync to fix dependent ranges as well ([email protected])
Thu, 25 Jun 2020 16:07:16 GMT
- Allow Individual Packages to Opt Out of Git Tags ([email protected])
Fri, 12 Jun 2020 15:55:32 GMT
- Change the fetch to be scoped to the branch needed to do the diffing not the entire remote ([email protected])
Wed, 03 Jun 2020 20:35:49 GMT
- add gitTags option to control git created tags ([email protected])
Wed, 03 Jun 2020 17:06:31 GMT
- publish: log errors for each retry attempt ([email protected])
Thu, 21 May 2020 23:56:52 GMT
- validate the disallowedChangeTypes for publishing ([email protected])
Thu, 30 Apr 2020 19:33:20 GMT
- checks for invalid beachball change file on check and all operations ([email protected])
Tue, 21 Apr 2020 00:12:02 GMT
- Formatting cleanup; use fs-extra everywhere ([email protected])
Mon, 20 Apr 2020 19:30:21 GMT
- Fix multi-package publishing regression (#327). ([email protected])
Sat, 18 Apr 2020 00:23:31 GMT
- update prepublish hook to work on files rather than bumpInfo ([email protected])
Fri, 17 Apr 2020 22:32:59 GMT
- Publish packages in the right order based on their dependency graph ([email protected])
Fri, 17 Apr 2020 22:15:02 GMT
- validate private package not being a dependency ([email protected])
Fri, 17 Apr 2020 22:11:50 GMT
- reduce npm publish log by set loglevel to warn ([email protected])
Thu, 16 Apr 2020 02:44:52 GMT
- 10x spawnSync max buffer ([email protected])
Wed, 15 Apr 2020 23:41:45 GMT
- adding a hooks option for prepublish foolery ([email protected])
Wed, 15 Apr 2020 23:24:07 GMT
- Sync: honor scope and avoid private package ([email protected])
Mon, 13 Apr 2020 22:25:28 GMT
- Making beachball getPackageInfos scale much better with a different git command ([email protected])
Wed, 08 Apr 2020 23:42:38 GMT
- Fix a bug with inferring the commit hash ([email protected])
Mon, 06 Apr 2020 21:44:28 GMT
- Export more types ([email protected])
Fri, 03 Apr 2020 15:58:44 GMT
- Export public-facing types from root ([email protected])
Fri, 03 Apr 2020 00:56:37 GMT
- Add custom render functions for changelog parts ([email protected])
Tue, 31 Mar 2020 18:55:18 GMT
- update isValidChangeType to allow none ([email protected])
Tue, 31 Mar 2020 18:52:13 GMT
- adding a sync command to help recover ([email protected])
Mon, 30 Mar 2020 20:58:37 GMT
- Change file prompt: support customizing prompt questions ([email protected])
Mon, 30 Mar 2020 20:34:38 GMT
- adding a retries option ([email protected])
Fri, 27 Mar 2020 23:29:23 GMT
- Add readme to beachball package ([email protected])
Fri, 27 Mar 2020 19:03:31 GMT
- Improve manual recovery message if some packages succeeded; increase maxBuffer for publish ([email protected])
Wed, 25 Mar 2020 20:20:02 GMT
- Change lodash from a devDepedency to a dependency ([email protected])
Wed, 25 Mar 2020 19:43:44 GMT
- ChangeLog: support grouped change log generation ([email protected])
Mon, 23 Mar 2020 21:24:15 GMT
- ChangeLog: add empty options interface ([email protected])
Mon, 23 Mar 2020 19:20:05 GMT
- Delay inferring commit hash until changelog generation (and remove commit from changefiles) ([email protected])
Fri, 20 Mar 2020 23:50:38 GMT
- Fix version group bumping logic ([email protected])
Fri, 20 Mar 2020 20:37:09 GMT
- Fix promptChangeFiles to honor disallowedChangeTypes defined in version groups ([email protected])
Sat, 07 Mar 2020 00:06:17 GMT
- Scoped publish: make sure toskip validation/publish for out-of-scope package ([email protected])
Thu, 05 Mar 2020 17:01:38 GMT
- adding some bumpminrange test and add support for * as range ([email protected])
Wed, 04 Mar 2020 02:47:34 GMT
- Feature: scoped publish ([email protected])
Wed, 04 Mar 2020 00:13:30 GMT
- Adds a new feature to do scoping of checks and change ([email protected])
Fri, 17 Jan 2020 18:13:36 GMT
- fixing a bug about infinite loop in allowed type ([email protected])
Thu, 16 Jan 2020 20:27:41 GMT
- update depedent package bump logic to propagate the change types ([email protected])
Thu, 16 Jan 2020 04:52:54 GMT
- adding some unit tests for bump low level logic as well as adding ability to have change files dictate what change type to use for dependent bumps ([email protected])
Wed, 15 Jan 2020 04:54:51 GMT
- Fixes tagging and also publish brand new packages if not exists ([email protected])
Wed, 15 Jan 2020 03:17:45 GMT
- adding ability to have config files ([email protected])
- refactored to get ready to support version groups ([email protected])
- Adds a new feature of version groups that would allow "locked versions" updates ([email protected])
- Improve package list formatting ([email protected])
- fixed a bug in getting the command right in the cli ([email protected])
Thu, 05 Dec 2019 00:40:40 GMT
- Bump peerDependencies ([email protected])
Fri, 15 Nov 2019 20:01:55 GMT
- catch eerrors throw and make sure we exit with a real status code ([email protected])
Wed, 13 Nov 2019 23:31:43 GMT
- Add --bump-deps flag to bump all dependent packages ([email protected])
Mon, 04 Nov 2019 23:56:08 GMT
- deletes none type change files ([email protected])
Wed, 23 Oct 2019 17:32:05 GMT
- make sure that we don't have file names in change files ([email protected])
Fri, 04 Oct 2019 15:11:40 GMT
- fixed package publishing for private packages ([email protected])
Fri, 04 Oct 2019 00:52:18 GMT
- Adding robustness in how publish works so merging is safer ([email protected])
Fri, 27 Sep 2019 23:42:49 GMT
- adds publish test for git push as well as refactoring publish to be more readable ([email protected])
Wed, 25 Sep 2019 21:40:51 GMT
- Add option to specify a defaultNpmTag on a per package basis ([email protected])
Wed, 25 Sep 2019 20:49:49 GMT
- make tests work on windows ([email protected])
Mon, 16 Sep 2019 22:57:40 GMT
- adding fetching for specific remote instead of all ([email protected])
Tue, 10 Sep 2019 19:37:18 GMT
- Fixing packageJsonPath to contain full path ([email protected])
Tue, 03 Sep 2019 19:59:44 GMT
- allow staged files to be counted for changes as well ([email protected])
Tue, 27 Aug 2019 17:44:33 GMT
- make sure to bump the deps of monorepo packages of other packages even if the packages are private ([email protected])
Tue, 27 Aug 2019 03:11:47 GMT
- making publish skip when there is no changes ([email protected])
Fri, 23 Aug 2019 16:30:54 GMT
- ignores changelogs ([email protected])
Fri, 23 Aug 2019 03:52:35 GMT
- fixing changelog formatting ([email protected])
Thu, 22 Aug 2019 18:17:34 GMT
- Integration tests with real on-disk repositories. ([email protected])
- modify logic to not run on private packages ([email protected])
Tue, 20 Aug 2019 15:18:38 GMT
- fixes the issue with change command not generating change files due to the master having their change files deleted by publishing ([email protected])
Wed, 07 Aug 2019 00:23:45 GMT
- adds a fetch before diff changes, more info from when change files are needed ([email protected])
Sat, 03 Aug 2019 04:05:33 GMT
- change format of the error message a tiny bit ([email protected])
Sat, 03 Aug 2019 03:59:51 GMT
- make the mergepublish portion spit out more explicit messages ([email protected])
Sat, 03 Aug 2019 03:11:15 GMT
- adds some comment about git fail fast and when to use it ([email protected])
Sat, 03 Aug 2019 03:08:37 GMT
- Beachball publish should error if git commands fail ([email protected])
Wed, 31 Jul 2019 22:00:03 GMT
- default branch name should be master ([email protected])
Fri, 26 Jul 2019 18:00:02 GMT
- Fixes #64, #65, #62, #2 - usability changes ([email protected])
Fri, 26 Jul 2019 04:30:54 GMT
- make git tags to be pushed ([email protected])
Tue, 23 Jul 2019 21:27:22 GMT
- making beachball node 8 compatible ([email protected])
Thu, 18 Jul 2019 20:18:23 GMT
- Fix shouldPublish option ([email protected])
Thu, 18 Jul 2019 18:39:14 GMT
- Add prerelease option ([email protected])
Tue, 02 Jul 2019 16:05:08 GMT
- do not put none changes inside changelog.md ([email protected])
Tue, 02 Jul 2019 15:41:45 GMT
- makes the bump skip unknown packages ([email protected])
Fri, 28 Jun 2019 17:53:25 GMT
- adds support for tags in CHANGELOG.json ([email protected])
Thu, 27 Jun 2019 21:23:00 GMT
- matching changelog.json format to rush's formatting ([email protected])
Thu, 27 Jun 2019 21:10:15 GMT
- use object.values ([email protected])
Thu, 27 Jun 2019 17:50:36 GMT
- Also writes out json for changelogs while fixing the sitemap ([email protected])
Sun, 23 Jun 2019 00:40:35 GMT
- adding smarts about which change files are already in master ([email protected])
Tue, 18 Jun 2019 06:30:58 GMT
- making the default registry have a trailing slash to publish with token correctly ([email protected])
Tue, 18 Jun 2019 05:58:35 GMT
- enable token argument ([email protected])
Tue, 18 Jun 2019 05:44:02 GMT
- use a specific registry and also displaynpm publish command ([email protected])
Tue, 18 Jun 2019 05:27:14 GMT
- display publish errors ([email protected])
Tue, 18 Jun 2019 05:13:35 GMT
- -b now takes remote branch full name ([email protected])
Mon, 17 Jun 2019 17:36:58 GMT
- Be more specific in publish to disambiguate the tag and target branch ([email protected])
Fri, 14 Jun 2019 19:35:56 GMT
- find the right fork point ([email protected])
Wed, 12 Jun 2019 01:53:04 GMT
- adds no-publish and no-push, skips bump of none ([email protected])
Tue, 11 Jun 2019 19:34:32 GMT
- fail on change files ([email protected])
Tue, 11 Jun 2019 17:49:00 GMT
- adds support for auth token ([email protected])
Mon, 10 Jun 2019 23:53:27 GMT
- adding docs and publishes safe guards ([email protected])
Mon, 10 Jun 2019 21:29:49 GMT
- First real release ([email protected])