Skip to content

Commit

Permalink
makesure_stable should not be changed before the release #60
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Sep 29, 2021
1 parent 8a61aa5 commit d3e70ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
- **what:** the core of the tool implemented in AWK
- [makesure_dev](../makesure_dev)
- **what:** sh-wrapper over `makesure.awk`. Relatively immutable.
- **why:** running tests
- **why:** used in running tests, has some configurability for this purpose
- [makesure_candidate](../makesure_candidate)
- **what:** self-contained sh scripts that embeds the `makesure.awk` content as AWK parameter
- **why** the final tool requires some sh additions to correctly initialize the core. Serves a candidate for next release.
- **what:** self-contained sh script, that embeds the `makesure.awk` content as AWK CLI argument
- **why** the final tool requires some sh additions to correctly initialize the core. Serves a candidate for next release. Need this as separate entity to be able to test the compiled version of a tool.
- **how** is generated via `./makesure candidate` TODO link
- [makesure](../makesure)
- **what** contains a latest released version of a tool
- **why** this one should be very stable and only change with a new release published
- **how** copied from `makesure_candidate` at the time of release in `./makesure release`
- **why** this one should be very stable and only change with a new release published. Serves the source of `./makesure --self-update`. *Should only change when the `makesure` version is incremented!*
- **how** copied from `makesure_candidate` at the time of release in `./makesure release`.

0 comments on commit d3e70ab

Please sign in to comment.