Commit Graph

47 Commits

Author SHA1 Message Date
wpetit 6fb016ed92 feat(version): use branch name for short version channel if branch is not a common one
Cadoles/mktools/pipeline/head This commit looks good Details
2024-02-23 12:31:08 +01:00
wpetit 15b8fc8a0a fix: typo
Cadoles/mktools/pipeline/head This commit looks good Details
2023-12-12 10:50:09 +01:00
wpetit f4153916e5 feat(gitea): allow passing multiline body/attachments variables
Cadoles/mktools/pipeline/head This commit looks good Details
2023-12-06 15:20:59 +01:00
wpetit 5028cd0b8c doc(gitea): update usage example
Cadoles/mktools/pipeline/head This commit looks good Details
2023-12-06 12:46:07 +01:00
wpetit 021e0d13d8 feat(version): automatically use ci defined branch name
Cadoles/mktools/pipeline/head This commit looks good Details
2023-11-16 16:34:56 +01:00
wpetit 6eeb67261f feat(version): export variables for use in subshells
Cadoles/mktools/pipeline/head This commit looks good Details
2023-11-15 13:51:44 +01:00
wpetit 88db548371 doc: update integration snippet
Cadoles/mktools/pipeline/head This commit looks good Details
2023-11-15 11:34:28 +01:00
wpetit a9599c0b61 chore: update changelog
Cadoles/mktools/pipeline/head This commit looks good Details
2023-11-15 11:28:01 +01:00
wpetit 6028362078 fix(install): correctly inject tools dir into gitignore 2023-11-15 11:28:01 +01:00
wpetit 541afcccfe docs(tutorials): fix obsolete link
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-25 08:25:22 -06:00
wpetit af9c7e64e5 chore: update changelog
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-25 08:21:00 -06:00
wpetit 35625f66bf feat(changelog): display message in changelog when no commit is selected in release
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-25 08:17:20 -06:00
wpetit 367dbf1883 docs: add changelog link in readme
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-25 08:12:33 -06:00
wpetit 1eeb6043ba chore: update changelog template
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-25 08:11:23 -06:00
wpetit 4d31268d7e chore: update changelog
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-25 08:09:39 -06:00
wpetit be97e7760f chore: update changelog
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-25 08:06:44 -06:00
wpetit 4b3d1c37b8 docs: describe project-version tasks 2023-08-25 08:06:24 -06:00
wpetit 5ace960da2 feat(changelog): allow override of command arguments
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-24 14:47:55 -06:00
wpetit 5abe33e487 fix(version): normalize variable names
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-24 12:41:11 -06:00
wpetit 1de7156649 feat(version): permit branch name overwrite
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-24 11:17:41 -06:00
wpetit fa2dab537e chore: update changelog
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-24 10:27:52 -06:00
wpetit 19785045b6 feat(changelog): skip unreleased section if no commits are associated
Cadoles/mktools/pipeline/head Something is wrong with the build of this commit Details
2023-08-24 10:27:38 -06:00
wpetit 5a0e3edc8e feat(version): use commit timestamp to generate project version
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-24 07:58:54 -06:00
wpetit 3308856636 fix(install): add missing tasks in install script
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-23 16:26:40 -06:00
wpetit 1b5c364977 chore: update changelog
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-23 16:15:43 -06:00
wpetit 0545812d87 docs: add tutorial to generate release with its changelog 2023-08-23 16:15:31 -06:00
wpetit 806327e1e5 chore: update changelog
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-23 16:08:41 -06:00
wpetit 9730ec914b chore: reuse variables 2023-08-23 16:04:19 -06:00
wpetit e4f2359324 style: lint makefile
Cadoles/mktools/pipeline/head This commit looks good Details
2023-08-23 15:56:04 -06:00
wpetit ab89789e3e ci: disable build and release stages
Cadoles/mktools/pipeline/head This commit is unstable Details
2023-08-23 15:53:40 -06:00
wpetit 643e170d49 chore: update changelog
Cadoles/mktools/pipeline/head There was a failure building this commit Details
2023-08-23 15:45:39 -06:00
wpetit 2f77f3e72e chore: update changelog
Cadoles/mktools/pipeline/head There was a failure building this commit Details
2023-08-23 15:40:52 -06:00
wpetit 92c3a7e6a5 chore: prune local tags before generating changelog 2023-08-23 15:40:36 -06:00
wpetit 56d4a9f77e chore: update changelog
Cadoles/mktools/pipeline/head There was a failure building this commit Details
2023-08-23 15:33:44 -06:00
wpetit bec93c7a9d chore: use tag as release target 2023-08-23 15:33:35 -06:00
wpetit 8b361ede1d chore: update changelog 2023-08-23 15:30:40 -06:00
wpetit f7e31f8f41 chore: tag current commit in release task
Cadoles/mktools/pipeline/head There was a failure building this commit Details
2023-08-23 15:27:01 -06:00
wpetit 18e03f54de chore: update changelog 2023-08-23 15:23:47 -06:00
wpetit 7165d90d2d feat(version): use master and staging branches as aliases for testing and stable
Cadoles/mktools/pipeline/head There was a failure building this commit Details
2023-08-23 15:18:58 -06:00
wpetit 03081e4549 Merge pull request 'ci: add jenkins pipeline' (#1) from ci-pipeline into master
Cadoles/mktools/pipeline/head This commit looks good Details
Reviewed-on: #1
2023-08-23 22:57:21 +02:00
wpetit 48bcb9c57e chore: update changelog
Cadoles/mktools/pipeline/pr-master This commit looks good Details
2023-08-23 14:53:02 -06:00
wpetit 01fc3bb0be feat: add changelog 2023-08-23 14:53:02 -06:00
wpetit 3a76185c3c ci: add jenkins pipeline 2023-08-23 14:53:02 -06:00
wpetit d28cc3a672 fix(changelog): add missing task dependency 2023-08-23 12:06:20 -06:00
wpetit 140ce517cf feat(gitea-release): automatically add tools directory to git ignored files 2023-08-23 11:42:53 -06:00
wpetit e2f267757a feat: add mkt-changelog task 2023-08-23 11:40:20 -06:00
wpetit cd2f1bad66 feat: initial commit 2023-08-21 20:32:16 -06:00