-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# New Release Procedure | ||
1. Create a new tag increasing its version | ||
1. Add changelog to README.md | ||
1. Make a comit with the form myemerge-$NEWVERSION$ | ||
1. git push | ||
1. Update ebuild in myportage overlay | ||
1. Create a new tag increasing its version | ||
1. Change to myportage overlay and update ebuild | ||
1. Make a comit with the form myemerge-$NEWVERSION$ | ||
1. git push | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
# Changelog | ||
|
||
## 0.1.0 | ||
- Imported from old scripts |