Skip to content

Commit

Permalink
Set version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
susam committed Jun 22, 2023
1 parent a9d919e commit 8cc5a97
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .emacs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; Emfy 0.3.0-dev <https://github.com/susam/emfy>
;;; Emfy 0.3.0 <https://github.com/susam/emfy>

;; Customize user interface.
(when (display-graphic-p)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License
===========

Copyright (c) 2021-2022 Susam Pal
Copyright (c) 2021-2023 Susam Pal

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
44 changes: 12 additions & 32 deletions meta/README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,20 @@
Meta
====

Screenshots
-----------

This directory contains some example files useful for taking
screenshots used in the [README.md](../README.md) document of this
project.

Before taking screenshots `mv .git .bkp`.

Use the following window dimensions while taking screenshots:

- `example.el`, `example.md`: 132 x 32
- `lorem1.txt`: 80 x 12
- `lorem2.txt`: 80 x 12
- `lorem3.txt`: 80 x 12
- `lorem4.txt`: 80 x 12


Release Checklist
-----------------

- Update version number in .emacs.
- Update year in LICENSE.md.
- Update CHANGES.md.
- Add new screenshots if necessary.
- Commit changes.

git add -p
git commit

- Tag the release.
- Update version number in .emacs.
- Update year in LICENSE.md.
- Update CHANGES.md.
- Add new screenshots if necessary.
- Tag the release.

VER=
```
VER=
git commit -em "Set version to $VER"
git tag $VER -m "Emfy $VER"
git push origin main $VER
git add -p
git commit -em "Set version to $VER"
git tag $VER -m "Emfy $VER"
git push origin main $VER
```

0 comments on commit 8cc5a97

Please sign in to comment.