Skip to content

Commit

Permalink
Merge pull request #2266 from AllenInstitute/feature/2266-release-notes
Browse files Browse the repository at this point in the history
Prepare release notes
  • Loading branch information
t-b authored Sep 25, 2024
2 parents d29ebdb + 6258cf9 commit 39ac441
Show file tree
Hide file tree
Showing 5 changed files with 419 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Packages/MIES/MIES_SweepFormula_Helpers.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Function/WAVE SFH_GetArgumentAsWave(variable jsonId, string jsonPath, string gra
if(ParamIsDefault(expectedWaveType))
checkWaveType = 0
else
checkWaveType = !!checkWaveType
checkWaveType = 1
endif

if(ParamIsDefault(singleResult))
Expand Down Expand Up @@ -306,7 +306,14 @@ Function SFH_ASSERT(variable condition, string message, [variable jsonId])
endif
SVAR error = $GetSweepFormulaParseErrorMessage()
error = message

#ifdef AUTOMATED_TESTING_DEBUGGING

#ifdef AUTOMATED_TESTING
#if exists("INFO")
INFO("SFH_ASSERT: %s", s0 = error)
#endif
#endif
Debugger
#endif
Abort
Expand Down
1 change: 1 addition & 0 deletions Packages/doc/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Cutting a new release
the top of ``Packages\doc\releasenotes.rst``
- Call ``tools\create-changelog.sh`` which generate a raw changelog and
fill ``releasenotes.rst`` with a cleaned up version of it.
Work from bottom to top.
- Propose a pull request and get it merged
- Checkout the main branch
- Tag the current state with ``git tag Release_X.Y_*``, see ``git tag``
Expand Down
Loading

0 comments on commit 39ac441

Please sign in to comment.