Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Releases: AOEpeople/Tagging

Use git pull --rebase before push tag to prevent merge commits

22 May 07:49
8a24474
Compare
Choose a tag to compare

Use git pull --rebase before push tag to prevent merge commits

Branch Concept

12 Sep 14:41
Compare
Choose a tag to compare

[FEATURE] RS-1988 : aoe/tagging library -> added branch switching

if the tagging script is called with the option '--switch-branch' together with a specified branch
git is checking out the existing local branch or creating a new local branch.

[FEATURE] changed checkout process

19 Jul 14:46
Compare
Choose a tag to compare
0.3.8

[FEATURE] RS-1988 aoe/tagging library checkout-Prozess anpassen

[FEATURE] changed checkout process to branch process

19 Jul 13:50
Compare
Choose a tag to compare
0.3.7

[FEATURE] RS-1988 aoe/tagging library checkout-Prozess anpassen

deleted php 5.4

19 Jul 12:46
Compare
Choose a tag to compare
0.3.6

[FEATURE] RS-1988 aoe/tagging library checkout-Prozess anpassen

[FEATURE] changed checkout process

19 Jul 12:40
Compare
Choose a tag to compare
0.3.5

[FEATURE] RS-1988 aoe/tagging library checkout-Prozess anpassen

[FEATURE] changed checkout process

18 Jul 12:41
Compare
Choose a tag to compare

whenever a feature or bugfix branch needs to be tagged,
git needs to checkout the branch first to check if a diff exists

  1. git is now fetching origin to get all remote branches
  2. then git is checking out the branch
    2.1 if: no local branch exists git will create it with argument -b
    2.2 else: local branch exists, git will checkout the local branch
    3 - end. business as usual

[FEATURE] changed checkout process

18 Jul 12:34
Compare
Choose a tag to compare

whenever a feature or bugfix branch needs to be tagged,
git needs to checkout the branch first to check if a diff exists

  1. git is now fetching origin to get all remote branches
  2. then git is checking out the branch
    2.1 if: no local branch exists git will create it with argument -b
    2.2 else: local branch exists, git will checkout the local branch
    3 - end. business as usual

[FEATURE] checking out specific branch before commit changes and pushing tag

15 Jul 13:17
Compare
Choose a tag to compare
[FEATURE] checking out branch when tagging

git is now checking out the specific branch when committing and pushing a tag

fix strict detection of git changes

15 Jul 10:18
Compare
Choose a tag to compare
0.3.1

[BUGFIX] added constraint testing if git diff is null or empty string