Skip to content

Commit 7658690

Browse files
authored
Merge pull request #547 from jorisv/topic/change-default-branch
Use devel as default branch
2 parents 0287c3d + ef627b5 commit 7658690

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- Change the default branch to `devel` ([#547](https://github.com/stack-of-tasks/eigenpy/pull/547))
12+
913
## [3.11.0] - 2025-04-25
1014

1115
### Added
1216

13-
- Add user-defined literal ""_a for bp::arg ([#545)(https://github.com/stack-of-tasks/eigenpy/pull/545))
17+
- Add user-defined literal ""_a for bp::arg ([#545](https://github.com/stack-of-tasks/eigenpy/pull/545))
1418

1519
### Fixed
1620

development/release.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ To create a release with Pixi run the following commands on the **devel** branch
66
EIGENPY_VERSION=X.Y.Z pixi run release_new_version
77
git push origin
88
git push origin vX.Y.Z
9-
git push origin devel:master
109
```
1110

1211
Where `X.Y.Z` is the new version.

0 commit comments

Comments
 (0)