Skip to content

Commit

Permalink
fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
peczenyj committed Dec 5, 2023
1 parent 27ca138 commit 6f5d19c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.pod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ How to contribute to C<GDPR-IAB-TCFv2>?
Patches are welcome!

They must be built against the
C<L<master|https://github.com/peczenyj/GDPR-IAB-TCFv2/tree/master>> branch,
C<L<main|https://github.com/peczenyj/GDPR-IAB-TCFv2/tree/main>> branch,
then submitted as pull requests at GitHub.

The documentation is written using the
Expand All @@ -27,7 +27,7 @@ to render it in a terminal:

git clone --origin upstream git://github.com/peczenyj/GDPR-IAB-TCFv2.git
cd GDPR-IAB-TCFv2
git checkout master
git checkout main

=item 2. Install build dependencies

Expand All @@ -37,7 +37,7 @@ Not required for doc patches.

=item 3. Make your fix/feature

git checkout -b <my-patch> master
git checkout -b <my-patch> main

# edit files and add modification

Expand Down Expand Up @@ -76,7 +76,7 @@ Redo from step 3.

=item * Bump C<$VERSION>

git checkout master
git checkout main
# Bump version number
$EDITOR lib/GDPR/IAB/TCFv2.pm
# Update changelog
Expand All @@ -88,7 +88,7 @@ Redo from step 3.

=item * Release

git checkout master
git checkout main
perl Makefile.PL
make
make test
Expand Down

0 comments on commit 6f5d19c

Please sign in to comment.