From 1770da66d7ccb8b77e8ed8926743ae6b51d025c0 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Mon, 19 Dec 2022 22:10:44 -0700 Subject: [PATCH] add rebuild note --- docs/documentation/rebuild.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docs/documentation/rebuild.md diff --git a/docs/documentation/rebuild.md b/docs/documentation/rebuild.md new file mode 100644 index 0000000..47bd653 --- /dev/null +++ b/docs/documentation/rebuild.md @@ -0,0 +1,11 @@ +--- +title: Rebuild Version Bump +--- + +In some cases, a package has to be rebuilt. A package may be rebuilt for these reasons: + +* Underlying libraries have been rebased +* ABI changes that require a rebuild (mass rebuilds, though they are rare) +* New architecture added to a project + +This typically applies to packages being built from a given `src` subgroup. Packages pulled from upstream don't fall into this category in normal circumstances. In those cases, they receive `.0.1` and so on as standalone rebuilds.